interface PullRequestCommentNotification {
    alreadyRead: boolean;
    id: number;
    reason: ActivityReason;
    resourceAlreadyRead: boolean;
    user: User;
}

Properties

alreadyRead: boolean
id: number
resourceAlreadyRead: boolean
user: User