Interface ActivityResponseStory_mentions

interface ActivityResponseStory_mentions {
    mentions_count_string: string;
    reels: any[];
}

Properties

mentions_count_string: string
reels: any[]