Variable ReflexSubmissionSchemaConst
ReflexSubmissionSchema: ZodObject<
{
attempts: ZodArray<
ZodObject<{ time: ZodNumber; timestamp: ZodString }, $strip>,
>;
stats: ZodObject<{ averageTime: ZodNumber; bestTime: ZodNumber }, $strip>;
},
$strip,
> = ...