Interface: ClaimStatus
Defined in: modal/claims.ts:43
Properties
desire?
optionaldesire?:unknown
Defined in: modal/claims.ts:46
The desire this status refers to (undefined when idle).
error?
optionalerror?:unknown
Defined in: modal/claims.ts:48
The applier's error (or { timeout: true }), when phase = "error".
phase
phase:
ClaimPhase
Defined in: modal/claims.ts:44