Interface PostsInsightsFeedResponseEdgesItem

interface PostsInsightsFeedResponseEdgesItem {
    cursor?: string;
    node: PostsInsightsFeedResponseNode;
}

Properties

Properties

cursor?: string