Variable: InterviewRecordSchema
constInterviewRecordSchema:ZodObject<{date:ZodString;evolutionId:ZodOptional<ZodString>;findings:ZodString;method:ZodEnum<{COMPUTERIZED_WALKDOWN:"COMPUTERIZED_WALKDOWN";INTERVIEW:"INTERVIEW";TABLETOP:"TABLETOP";WALKDOWN:"WALKDOWN"; }>;overlookedEvolutionsIdentified:ZodArray<ZodString>;personnelRoles:ZodArray<ZodString>;posId:ZodOptional<ZodString>;uuid:ZodOptional<ZodString>; },$strip>
Defined in: pos/plant-operating-state-analysis.ts:49
