pm-db
    Preparing search index...

    Variable CommentOwnIncludeSchemaJsonConst

    CommentOwnIncludeSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        ZodObject<
            {
                comments: ZodOptional<ZodCoercedBoolean<unknown>>;
                createdBy: ZodOptional<ZodCoercedBoolean<unknown>>;
                parent: ZodOptional<ZodCoercedBoolean<unknown>>;
                task: ZodOptional<ZodCoercedBoolean<unknown>>;
            },
            $strip,
        >,
    > = ...