Skip to content

openpra-monorepo


Variable: RadionuclideReleaseQuantitySchema

const RadionuclideReleaseQuantitySchema: ZodObject<{ expressedAsReleaseFraction: ZodOptional<ZodBoolean>; quantity: ZodNumber; radionuclide: ZodString; uncertainty: ZodOptional<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">>; unit: ZodString; }, $strip>

Defined in: ms/mechanistic-source-term-analysis.ts:23