@oss-autopilot/core - v3.7.0
    Preparing search index...

    Interface PRReviewCommentEntry

    An inline review comment (anchored to a file/line) on a PR.

    interface PRReviewCommentEntry {
        author: string;
        authorAssociation: string;
        body: string;
        createdAt: string;
        path: string;
    }
    Index

    Properties

    author: string
    authorAssociation: string
    body: string
    createdAt: string
    path: string