Skip to content

openpra-monorepo


Variable: CutsetLogicReviewRecordSchema

const CutsetLogicReviewRecordSchema: ZodObject<{ correctiveActions: ZodOptional<ZodArray<ZodString>>; findings: ZodString; implementsSrs: ZodArray<ZodObject<{ hlr: ZodEnum<{ A: "A"; B: "B"; C: "C"; D: "D"; E: "E"; F: "F"; G: "G"; H: "H"; I: "I"; }>; sr: ZodString; }, $strip>>; logicCorrect: ZodBoolean; quantificationResultRef: ZodOptional<ZodNumber>; sampleDescription: ZodString; uuid: ZodString; }, $strip>

Defined in: esq/event-sequence-quantification.ts:373