Skip to content

openpra-monorepo


Variable: SystemConfirmationRecordSchema

const SystemConfirmationRecordSchema: 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>>; method: ZodEnum<{ DESIGN_REVIEW: "DESIGN_REVIEW"; DISCUSSIONS: "DISCUSSIONS"; PLANT_INVESTIGATION: "PLANT_INVESTIGATION"; WALKDOWN: "WALKDOWN"; }>; personnelRoles: ZodArray<ZodString>; systemReference: ZodOptional<ZodString>; uuid: ZodString; }, $strip>

Defined in: sy/systems-analysis.ts:161