Interface PostsInsightsFeedInput

interface PostsInsightsFeedInput {
    nextCursor?: string;
    options: PostsInsightsFeedOptions;
}

Properties

Properties

nextCursor?: string