Skip to content

openpra-monorepo


Variable: ContactChatterModelSchema

const ContactChatterModelSchema: ZodObject<{ affectedSscRefs: ZodArray<ZodString>; chatterEffect: ZodEnum<{ ACCEPTABLE_CHATTER: "ACCEPTABLE_CHATTER"; SPURIOUS_ACTUATION: "SPURIOUS_ACTUATION"; UNAVAILABILITY: "UNAVAILABILITY"; }>; deviceSscRef: ZodString; exclusionByDesignBasis: ZodOptional<ZodString>; fragilityEvaluationRef: 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; riskSignificant: ZodBoolean; systemsLogicRefs: ZodArray<ZodString>; uuid: ZodString; }, $strip>

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