Interface ResultInit<TResult>

Initialization parameters of successful supply cut off indicator.

Type Parameters

  • out TResult = void

    Supply result type.

Hierarchy

Properties

Properties

error?: undefined

Always ignored.

failed?: false

Always false, which means the supply succeed.

result: TResult

A result of successfully completed supply.

Generated using TypeDoc