@coderabbitai/bitbucket
    Preparing search index...
    interface Author {
        approved: boolean;
        role: "PARTICIPANT" | "REVIEWER" | "AUTHOR" | undefined;
        status: string;
        user: pr.commentAdded.Actor;
    }
    Index

    Properties

    approved: boolean
    role: "PARTICIPANT" | "REVIEWER" | "AUTHOR" | undefined
    status: string