pm-db
    Preparing search index...

    Variable TaskOwnIncludeSchemaJsonConst

    TaskOwnIncludeSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        ZodObject<
            {
                assignmentHistory: ZodOptional<ZodCoercedBoolean<unknown>>;
                assignments: ZodOptional<ZodCoercedBoolean<unknown>>;
                categories: ZodOptional<ZodCoercedBoolean<unknown>>;
                comments: ZodOptional<ZodCoercedBoolean<unknown>>;
                createdBy: ZodOptional<ZodCoercedBoolean<unknown>>;
                parent: ZodOptional<ZodCoercedBoolean<unknown>>;
                point: ZodOptional<ZodCoercedBoolean<unknown>>;
                pointHistory: ZodOptional<ZodCoercedBoolean<unknown>>;
                priority: ZodOptional<ZodCoercedBoolean<unknown>>;
                priorityHistory: ZodOptional<ZodCoercedBoolean<unknown>>;
                sprint: ZodOptional<ZodCoercedBoolean<unknown>>;
                status: ZodOptional<ZodCoercedBoolean<unknown>>;
                statusHistory: ZodOptional<ZodCoercedBoolean<unknown>>;
                tags: ZodOptional<ZodCoercedBoolean<unknown>>;
                tasks: ZodOptional<ZodCoercedBoolean<unknown>>;
            },
            $strip,
        >,
    > = ...