Skip to content

ApprovalRequest

Defined in: src/mft/approvals.ts:20

Approval request record.

PropertyTypeDescriptionDefined in
idstringStable approval id.src/mft/approvals.ts:22
metadata?Record<string, unknown>Caller-defined metadata retained for diagnostics.src/mft/approvals.ts:36
reason?stringCaller-defined reason recorded with the resolution.src/mft/approvals.ts:34
requestedAtDateWall-clock time at which the request was created.src/mft/approvals.ts:26
resolvedAt?DateWall-clock time at which the status changed.src/mft/approvals.ts:30
resolvedBy?stringIdentifier of the principal that resolved the request.src/mft/approvals.ts:32
routeIdstringRoute id awaiting approval.src/mft/approvals.ts:24
statusApprovalStatusCurrent status.src/mft/approvals.ts:28