Variable: ComponentBasicEventSchema
constComponentBasicEventSchema:ZodObject<{componentTypeReference:ZodString;description:ZodOptional<ZodString>;eventType:ZodLiteral<"BASIC">;failureMode: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>>;isTemplate:ZodBoolean;name:ZodString;probabilityModel: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:ZodRecord<..., ...>;upper:ZodRecord<..., ...>; },$strip>>;dataPointReferences:ZodArray<ZodString>;estimationDate:ZodString;estimationMethod:ZodString;goodnessOfFit:ZodOptional<ZodObject<{method:ZodString;value:ZodNumber; },$strip>>;sampleSize:ZodOptional<ZodNumber>; },$strip>>;source:ZodOptional<ZodEnum<{DEFAULT:"DEFAULT";ESTIMATED:"ESTIMATED";MANUAL:"MANUAL"; }>>; },$strip>;uuid:ZodString; },$strip>
Defined in: da/data-analysis.ts:59
