Interface GetPersonMentions

interface GetPersonMentions {
    limit?: number;
    page?: number;
    sort?: CommentSortType;
    unread_only?: boolean;
}

Properties

limit?: number
page?: number
unread_only?: boolean