Skip to content

IntelligenceDecisionLedgerZ

const IntelligenceDecisionLedgerZ: ZodObject<{ decisions: ZodArray<ZodObject<{ decidedAt: ZodString; id: ZodString; rationale: ZodString; recommendationId: ZodOptional<ZodString>; status: ZodDefault<ZodEnum<{ active: "active"; rescinded: "rescinded"; superseded: "superseded"; }>>; supersededBy: ZodOptional<ZodString>; supersedes: ZodDefault<ZodArray<ZodString>>; title: ZodString; }, $strip>>; schemaVersion: ZodLiteral<1>; }, $strip>

Defined in: types/src/intelligence.ts:173