Skip to content

openpra-monorepo


Variable: RareEventApproximationAssessmentSchema

const RareEventApproximationAssessmentSchema: ZodObject<{ affectedModelRef: ZodString; approximationMethod: ZodString; correctedResult: ZodOptional<ZodNumber>; correctionMethod: ZodString; fragilityRefsApproachingUnity: ZodArray<ZodString>; impactAssessment: 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>>; name: ZodString; overestimationMechanism: ZodString; uncorrectedResult: ZodOptional<ZodNumber>; uuid: ZodString; }, $strip>

Defined in: spr/seismic-plant-response-analysis.ts:322