Variable InterviewProcessSchemaConst
InterviewProcessSchema: ZodObject<
{
format: ZodString;
interviewRatio: ZodString;
mood: ZodString;
panel: ZodString;
},
"strip",
ZodTypeAny,
{ format: string; interviewRatio: string; mood: string; panel: string },
{ format: string; interviewRatio: string; mood: string; panel: string },
> = ...