Skip to content

Graphorin API reference v0.9.0


Graphorin API reference / @graphorin/core / / DEFAULT_APPROVAL_TIMEOUT_DECISION

Variable: DEFAULT_APPROVAL_TIMEOUT_DECISION

ts
const DEFAULT_APPROVAL_TIMEOUT_DECISION: {
  granted: false;
  reason: string;
};

Defined in: packages/core/src/channels/durable.ts:84

The decision a deadline-carrying approval resolves with when its timeout fires and no explicit timeoutDecision was supplied: a deny, so an unattended deferred permission fails closed.

Type Declaration

NameTypeDefined in
grantedfalsepackages/core/src/channels/durable.ts:85
reasonstringpackages/core/src/channels/durable.ts:86

Stable