Interface AsyncPartInstanceInfoResult

Represents an id card request promise result.


Converters

interface AsyncPartInstanceInfoResult {
    reason: AsyncResultReason;
    value?: PartInstanceInfoInterface[];
}

Properties

Properties

The reason for the end of the promise.

The returned value of the promise. Undefined if the call failed.