interface Author {
    approved: boolean;
    role: undefined | "PARTICIPANT" | "REVIEWER" | "AUTHOR";
    status: string;
    user: pr.commentAdded.Actor;
}

Properties

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