hr-db
    Preparing search index...

    Variable TimeOffPolicySelectFieldsSchemaConst

    TimeOffPolicySelectFieldsSchema: ZodObject<
        {
            accrualRate: ZodOptional<ZodCoercedBoolean<unknown>>;
            balances: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                accruedHours: ...;
                                                availableHours: ...;
                                                employeeId: ...;
                                                id: ...;
                                                policyId: ...;
                                                usedHours: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                accruedHours: ...;
                                                availableHours: ...;
                                                employeeId: ...;
                                                id: ...;
                                                policyId: ...;
                                                usedHours: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            description: ZodOptional<ZodCoercedBoolean<unknown>>;
            id: ZodOptional<ZodCoercedBoolean<unknown>>;
            maxRollover: ZodOptional<ZodCoercedBoolean<unknown>>;
            name: ZodOptional<ZodCoercedBoolean<unknown>>;
            requests: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                createdAt: ...;
                                                employeeId: ...;
                                                endDate: ...;
                                                id: ...;
                                                policyId: ...;
                                                reason: ...;
                                                resolverId: ...;
                                                startDate: ...;
                                                status: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                createdAt: ...;
                                                employeeId: ...;
                                                endDate: ...;
                                                id: ...;
                                                policyId: ...;
                                                reason: ...;
                                                resolverId: ...;
                                                startDate: ...;
                                                status: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
        },
        $strip,
    > = ...