Skip to content

openpra-monorepo


Variable: IdentificationReviewSchema

const IdentificationReviewSchema: ZodObject<{ date: 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>>; overlookedInitiatorsIdentified: ZodArray<ZodString>; personnelRoles: ZodArray<ZodString>; reviewType: ZodEnum<{ EVALUATION: "EVALUATION"; INTERVIEW: "INTERVIEW"; }>; }, $strip>

Defined in: ie/initiating-event-analysis.ts:88