Variable: MagnitudeFrequencyModelSchema
constMagnitudeFrequencyModelSchema:ZodObject<{annualRateAboveMinimum:ZodOptional<ZodNumber>;aValue:ZodOptional<ZodNumber>;bValue:ZodOptional<ZodNumber>;dataAndMethodBasis:ZodString;magnitudeScale:ZodString;maximumMagnitude:ZodNumber;minimumMagnitude:ZodNumber;modelType:ZodEnum<{CHARACTERISTIC:"CHARACTERISTIC";FIXED_RATE:"FIXED_RATE";GUTENBERG_RICHTER:"GUTENBERG_RICHTER";OTHER:"OTHER";RENEWAL:"RENEWAL"; }>;name:ZodString;parameterDistributions:ZodOptional<ZodRecord<ZodString,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">>>;recurrenceIntervalYears:ZodOptional<ZodNumber>;uuid:ZodString; },$strip>
Defined in: sha/seismic-hazard-analysis.ts:399
