openpra-monorepo
const NormalDistributionSchema: ZodObject<{ mean: ZodNumber; stdDev: ZodNumber; type: ZodLiteral<NORMAL>; }, $strip>
const
ZodObject
mean
ZodNumber
stdDev
type
ZodLiteral
NORMAL
$strip
Defined in: core/events.ts:22