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

    Properties

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