pm-db
    Preparing search index...

    Variable PriorityIncludeSchemaConst

    PriorityIncludeSchema: ZodObject<
        {
            givenPriorities: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                createdAt: ...;
                                                createdById: ...;
                                                id: ...;
                                                newPriorityId: ...;
                                                oldPriorityId: ...;
                                                projectId: ...;
                                                taskId: ...;
                                                updatedAt: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                createdAt: ...;
                                                createdById: ...;
                                                id: ...;
                                                newPriorityId: ...;
                                                oldPriorityId: ...;
                                                projectId: ...;
                                                taskId: ...;
                                                updatedAt: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            projects: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<ZodEnum<{ id: ...; priorityId: ...; projectId: ... }>>,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<{ id: ...; priorityId: ...; projectId: ... }, $strip>,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            takenPriorities: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                createdAt: ...;
                                                createdById: ...;
                                                id: ...;
                                                newPriorityId: ...;
                                                oldPriorityId: ...;
                                                projectId: ...;
                                                taskId: ...;
                                                updatedAt: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                createdAt: ...;
                                                createdById: ...;
                                                id: ...;
                                                newPriorityId: ...;
                                                oldPriorityId: ...;
                                                projectId: ...;
                                                taskId: ...;
                                                updatedAt: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            tasks: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                createdAt: ...;
                                                createdById: ...;
                                                description: ...;
                                                due: ...;
                                                id: ...;
                                                parentId: ...;
                                                pointId: ...;
                                                priorityId: ...;
                                                resolvedAt: ...;
                                                slug: ...;
                                                sprintId: ...;
                                                statusId: ...;
                                                title: ...;
                                                updatedAt: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                createdAt: ...;
                                                createdById: ...;
                                                description: ...;
                                                due: ...;
                                                id: ...;
                                                parentId: ...;
                                                pointId: ...;
                                                priorityId: ...;
                                                resolvedAt: ...;
                                                slug: ...;
                                                sprintId: ...;
                                                statusId: ...;
                                                title: ...;
                                                updatedAt: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
        },
        $strip,
    > = ...