Interface XdtAPIV1FeedUserTimelineGraphqlConnection

interface XdtAPIV1FeedUserTimelineGraphqlConnection {
    edges: Edges[];
    page_info: PageInfo;
}

Properties

Properties

edges: Edges[]
page_info: PageInfo