Skip to content

openpra-monorepo


Variable: ImportanceMeasureEntrySchema

const ImportanceMeasureEntrySchema: ZodObject<{ birnbaum: ZodOptional<ZodNumber>; criticality: ZodOptional<ZodNumber>; dataAnalysisParameterRef: ZodOptional<ZodString>; entityRef: ZodString; entityType: ZodEnum<{ BASIC_EVENT: "BASIC_EVENT"; CCF_GROUP: "CCF_GROUP"; COMPONENT: "COMPONENT"; HUMAN_FAILURE_EVENT: "HUMAN_FAILURE_EVENT"; INITIATING_EVENT: "INITIATING_EVENT"; SYSTEM: "SYSTEM"; }>; fussellVesely: ZodOptional<ZodNumber>; humanFailureEventRef: ZodOptional<ZodString>; riskAchievementWorth: ZodOptional<ZodNumber>; riskReductionWorth: ZodOptional<ZodNumber>; solverBasicEventId: ZodOptional<ZodNumber>; systemRef: ZodOptional<ZodString>; }, $strip>

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