Variable ReflexDataSchemaConst
ReflexDataSchema: ZodObject<
{
_id: ZodUUID;
appId: ZodString;
attempts: ZodArray<
ZodObject<{ time: ZodNumber; timestamp: ZodString }, $strip>,
>;
controllerDID: ZodString;
stats: ZodObject<{ averageTime: ZodNumber; bestTime: ZodNumber }, $strip>;
timestamp: ZodString;
},
$strip,
> = ...