Type Alias: PublishSuccess
PublishSuccess =
Extract<PublishOutcome, {ok:true; }>
Defined in: publishOutcome.types.ts:21
The landed half of the outcome alone — what the publish report renders.
PublishSuccess =
Extract<PublishOutcome, {ok:true; }>
Defined in: publishOutcome.types.ts:21
The landed half of the outcome alone — what the publish report renders.