Type alias Init<TResult>

Init<TResult>: undefined extends TResult
    ? FailureInit | ErrorInit | SuccessInit | ResultInit<TResult>
    : FailureInit | ErrorInit | ResultInit<TResult>

Initialization parameters of supply cut off indicator.

Provides either success of failure indication.

Type Parameters

  • TResult = void

    Supply result type.

Generated using TypeDoc