Interface GetPersonMentionsResponse

interface GetPersonMentionsResponse {
    mentions: PersonMentionView[];
}

Properties

Properties

mentions: PersonMentionView[]