Interface PostsInsightsFeedResponse

interface PostsInsightsFeedResponse {
    data: PostsInsightsFeedResponseData;
}

Properties

Properties