Skip to content

Interface: ClaimStatus

Defined in: modal/claims.ts:43

Properties

desire?

optional desire?: unknown

Defined in: modal/claims.ts:46

The desire this status refers to (undefined when idle).


error?

optional error?: 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