Skip to content

IntelligenceDecisionZ

const IntelligenceDecisionZ: 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>

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