SuccessfulSingleTransactionPlanResult

type SuccessfulSingleTransactionPlanResult<TContext> = SingleTransactionPlanResult<TContext> & object;

A SingleTransactionPlanResult with 'successful' status.

Type Declaration

NameType
statusobject
status.kind"successful"

Type Parameters

Type ParameterDefault type
TContext extends TransactionPlanResultContextTransactionPlanResultContext

On this page