Skip to content

openpra-monorepo


Variable: NormalDistributionSchema

const NormalDistributionSchema: ZodObject<{ mean: ZodNumber; stdDev: ZodNumber; type: ZodLiteral<NORMAL>; }, $strip>

Defined in: core/events.ts:22