Interface PostsInsightsFeedResponsePage_info

interface PostsInsightsFeedResponsePage_info {
    end_cursor: string;
    has_next_page: boolean;
}

Properties

end_cursor: string
has_next_page: boolean