Skip to content

openpra-monorepo


Variable: ImportanceReviewRecordSchema

const ImportanceReviewRecordSchema: ZodObject<{ consistentWithExpectations: ZodBoolean; 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>>; riCriteriaBasis: ZodString; scope: ZodString; unexpectedResults: ZodOptional<ZodArray<ZodObject<{ description: ZodString; entityRef: ZodString; reconciliation: ZodString; }, $strip>>>; uuid: ZodString; }, $strip>

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