Skip to content

AssumptionLedgerZ

const AssumptionLedgerZ: ZodObject<{ assumptions: ZodArray<ZodObject<{ createdAt: ZodString; id: ZodString; recommendationId: ZodString; status: ZodEnum<{ open: "open"; rejected: "rejected"; validated: "validated"; }>; text: ZodString; }, $strip>>; schemaVersion: ZodLiteral<1>; }, $strip>

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