Variable: ComponentScreeningJustificationSchema
constComponentScreeningJustificationSchema:ZodObject<{componentId:ZodString;failureModes:ZodOptional<ZodArray<ZodEnum<typeofFailureModeType>>>;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>>;quantitativeJustification:ZodString;screeningCriterion:ZodEnum<{a:"a";b:"b"; }>;systemReference:ZodString;uuid:ZodString; },$strip>
Defined in: sy/systems-analysis.ts:563
