Variable NextPreparationSchemaConst
NextPreparationSchema: ZodObject<
{
additionalPractice: ZodString;
expression: ZodString;
technical: ZodString;
},
"strip",
ZodTypeAny,
{ additionalPractice: string; expression: string; technical: string },
{ additionalPractice: string; expression: string; technical: string },
> = ...