interface NewsFeedRequest {
    page?: number;
}

Properties

Properties

page?: number