pm-db
    Preparing search index...

    Variable ProjectIncludeSchemaConst

    ProjectIncludeSchema: ZodObject<
        {
            assignmentHistory: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                createdAt: ...;
                                                createdById: ...;
                                                id: ...;
                                                newUserId: ...;
                                                oldUserId: ...;
                                                projectId: ...;
                                                taskId: ...;
                                                updatedAt: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                createdAt: ...;
                                                createdById: ...;
                                                id: ...;
                                                newUserId: ...;
                                                oldUserId: ...;
                                                projectId: ...;
                                                taskId: ...;
                                                updatedAt: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            createdBy: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            { displayName: ...; id: ...; slug: ...; title: ...; uuid: ... },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            { displayName: ...; id: ...; slug: ...; title: ...; uuid: ... },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            parent: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                createdById: ...;
                                                description: ...;
                                                dueDate: ...;
                                                endDate: ...;
                                                id: ...;
                                                name: ...;
                                                parentId: ...;
                                                slug: ...;
                                                startDate: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                createdById: ...;
                                                description: ...;
                                                dueDate: ...;
                                                endDate: ...;
                                                id: ...;
                                                name: ...;
                                                parentId: ...;
                                                slug: ...;
                                                startDate: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            pointHistory: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                createdAt: ...;
                                                createdById: ...;
                                                id: ...;
                                                newPointId: ...;
                                                oldPointId: ...;
                                                projectId: ...;
                                                taskId: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                createdAt: ...;
                                                createdById: ...;
                                                id: ...;
                                                newPointId: ...;
                                                oldPointId: ...;
                                                projectId: ...;
                                                taskId: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            priorities: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<ZodEnum<{ id: ...; priorityId: ...; projectId: ... }>>,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<{ id: ...; priorityId: ...; projectId: ... }, $strip>,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            priorityHistory: 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<
                                            {
                                                createdById: ...;
                                                description: ...;
                                                dueDate: ...;
                                                endDate: ...;
                                                id: ...;
                                                name: ...;
                                                parentId: ...;
                                                slug: ...;
                                                startDate: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                createdById: ...;
                                                description: ...;
                                                dueDate: ...;
                                                endDate: ...;
                                                id: ...;
                                                name: ...;
                                                parentId: ...;
                                                slug: ...;
                                                startDate: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            sprints: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                createdById: ...;
                                                description: ...;
                                                id: ...;
                                                name: ...;
                                                projectId: ...;
                                                slug: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                createdById: ...;
                                                description: ...;
                                                id: ...;
                                                name: ...;
                                                projectId: ...;
                                                slug: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            statuses: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<ZodEnum<{ id: ...; projectId: ...; statusId: ... }>>,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<{ id: ...; projectId: ...; statusId: ... }, $strip>,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            statusHistory: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<
                                        ZodEnum<
                                            {
                                                createdAt: ...;
                                                createdById: ...;
                                                id: ...;
                                                newStatusId: ...;
                                                oldStatusId: ...;
                                                projectId: ...;
                                                taskId: ...;
                                            },
                                        >,
                                    >,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<
                                            {
                                                createdAt: ...;
                                                createdById: ...;
                                                id: ...;
                                                newStatusId: ...;
                                                oldStatusId: ...;
                                                projectId: ...;
                                                taskId: ...;
                                            },
                                            $strip,
                                        >,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
            tags: ZodOptional<
                ZodUnion<
                    [
                        ZodCoercedBoolean<unknown>,
                        ZodObject<
                            {
                                distinct: ZodOptional<
                                    ZodArray<ZodEnum<{ id: ...; projectId: ...; tagId: ... }>>,
                                >;
                                where: ZodOptional<
                                    ZodPipe<
                                        ZodTransform<any, unknown>,
                                        ZodObject<{ id: ...; projectId: ...; tagId: ... }, $strip>,
                                    >,
                                >;
                            },
                            $strip,
                        >,
                    ],
                >,
            >;
        },
        $strip,
    > = ...