hr-db
    Preparing search index...

    Variable TimeOffBalanceOwnSelectFieldsSchemaJsonConst

    TimeOffBalanceOwnSelectFieldsSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        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,
        >,
    > = ...