Interface ClipsUserFeedResponse

interface ClipsUserFeedResponse {
    items: ClipsUserFeedResponseItemsItem[];
    paging_info: ClipsUserFeedResponsePaging_info;
    status: string;
}

Properties

status: string