Variable: FailureModeTypeSchema
constFailureModeTypeSchema:ZodObject<{category:ZodString;defaultProbabilityModel:ZodOptional<ZodObject<{distribution: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">;estimationDetails:ZodOptional<ZodObject<{confidenceIntervals:ZodOptional<ZodObject<{lower: ...;upper: ...; },$strip>>;dataPointReferences:ZodArray<ZodString>;estimationDate:ZodString;estimationMethod:ZodString;goodnessOfFit:ZodOptional<ZodObject<{method: ...;value: ...; },$strip>>;sampleSize:ZodOptional<ZodNumber>; },$strip>>;source:ZodOptional<ZodEnum<{DEFAULT:"DEFAULT";ESTIMATED:"ESTIMATED";MANUAL:"MANUAL"; }>>; },$strip>>;detectability:ZodEnum<{HIGH:"HIGH";LOW:"LOW";MEDIUM:"MEDIUM";NONE:"NONE"; }>;mechanismOfFailure:ZodString;name:ZodString;uuid:ZodString; },$strip>
Defined in: da/data-analysis.ts:50
