Interface InsightsServicePostResponseHashtags

interface InsightsServicePostResponseHashtags {
    count: number;
    nodes: any[];
}

Properties

Properties

count: number
nodes: any[]