Variable: ParameterDistributionSchema
constParameterDistributionSchema:ZodDiscriminatedUnion<[ZodObject<{errorFactor:ZodNumber;median:ZodNumber;type:ZodLiteral<LOGNORMAL>; },$strip>,ZodObject<{alpha:ZodNumber;betaParam:ZodNumber;type:ZodLiteral<BETA>; },$strip>,ZodObject<{mean:ZodNumber;stdDev:ZodNumber;type:ZodLiteral<NORMAL>; },$strip>],"type">
Defined in: core/events.ts:74
