Variable EmployeeItemUpdateSchemaConst
EmployeeItemUpdateSchema: ZodObject<
{
employeeId: ZodOptional<ZodCoercedNumber<unknown>>;
serialNumberId: ZodOptional<ZodCoercedNumber<unknown>>;
takenAt: ZodOptional<ZodOptional<ZodISODateTime>>;
},
$strip,
> = ...