Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/core / / isApprovalPauseValue

Function: isApprovalPauseValue()

ts
function isApprovalPauseValue(value): value is ApprovalPauseValue;

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

Type guard for ApprovalPauseValue.

Parameters

ParameterType
valueunknown

Returns

value is ApprovalPauseValue

Stable