Variable TimeOffBalanceOwnSelectFieldsSchemaConst
TimeOffBalanceOwnSelectFieldsSchema: ZodObject<
{
accruedHours: ZodOptional<ZodCoercedBoolean<unknown>>;
availableHours: ZodOptional<ZodCoercedBoolean<unknown>>;
employee: ZodOptional<ZodCoercedBoolean<unknown>>;
employeeId: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
policy: ZodOptional<ZodCoercedBoolean<unknown>>;
policyId: ZodOptional<ZodCoercedBoolean<unknown>>;
transactions: ZodOptional<ZodCoercedBoolean<unknown>>;
usedHours: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...