Interface AnyInit<TResult>

Initialization parameters of arbitrary supply cut off indicator.

Type Parameters

  • out TResult = void

    Supply result type.

Hierarchy

Properties

Properties

error?: unknown

An error indicating supply failure reason.

Ignored when failed flag set to false.

failed?: boolean

Whether supply failed.

Defaults to true if error is also specified.

result?: TResult

A result of successfully completed supply.

Ignored when failed flag set to false, or error is present.

Generated using TypeDoc