Variable: SourceInventorySchema
constSourceInventorySchema:ZodObject<{calculationBasis:ZodEnum<{GENERIC_ESTIMATE:"GENERIC_ESTIMATE";PLANT_SPECIFIC_CALCULATION:"PLANT_SPECIFIC_CALCULATION"; }>;description:ZodString;implementsSrs:ZodArray<ZodObject<{hlr:ZodEnum<{A:"A";B:"B";C:"C";D:"D";E:"E";F:"F";G:"G";H:"H";I:"I"; }>;sr:ZodString; },$strip>>;inventory:ZodArray<ZodObject<{chemicalForm:ZodOptional<ZodString>;physicalForm:ZodOptional<ZodString>;quantity:ZodNumber;radionuclide:ZodString;unit:ZodString; },$strip>>;inventoryDataSource:ZodOptional<ZodString>;inventoryUncertainty:ZodOptional<ZodObject<{description:ZodString;distribution:ZodOptional<ZodDiscriminatedUnion<[ZodObject<{errorFactor:ZodNumber;median:ZodNumber;type:ZodLiteral<...>; },$strip>,ZodObject<{alpha:ZodNumber;betaParam:ZodNumber;type:ZodLiteral<...>; },$strip>,ZodObject<{mean:ZodNumber;stdDev:ZodNumber;type:ZodLiteral<...>; },$strip>],"type">>; },$strip>>;name:ZodString;radioactiveSourceRef:ZodOptional<ZodString>;radionuclideSelectionBasis:ZodOptional<ZodString>;uuid:ZodString; },$strip>
Defined in: ms/mechanistic-source-term-analysis.ts:59
