Skip to content

openpra-monorepo


Variable: BetaDistributionSchema

const BetaDistributionSchema: ZodObject<{ alpha: ZodNumber; betaParam: ZodNumber; type: ZodLiteral<BETA>; }, $strip>

Defined in: core/events.ts:16