interface ListMergedMentionsResponse {
    data: Notification[];
}

Properties

Properties

data: Notification[]