Skip to content

openpra-monorepo


Variable: ModuleUsageRecordSchema

const ModuleUsageRecordSchema: ZodObject<{ 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>>; moduleType: ZodEnum<{ MODULE: "MODULE"; SPLIT_FRACTION: "SPLIT_FRACTION"; SUBTREE: "SUBTREE"; }>; perEventInterpretabilityMaintained: ZodBoolean; processDescription: ZodString; sharedEventsIdentified: ZodBoolean; trueIndependenceVerified: ZodBoolean; uuid: ZodString; }, $strip>

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