Variable activeCheckInResponseSchemaConst
activeCheckInResponseSchema: ZodObject<
{
allergies: ZodNullable<ZodString>;
checkedInAt: ZodString;
className: ZodString;
dailyCode: ZodString;
id: ZodString;
photoRef: ZodNullable<ZodString>;
sessionId: ZodString;
studentId: ZodString;
studentName: ZodString;
},
$strip,
> = ...