Interface ClipsHomeFeedResponseRootObject

interface ClipsHomeFeedResponseRootObject {
    items: ClipsHomeFeedResponseItemsItem[];
    paging_info: ClipsHomeFeedResponsePaging_info;
    status: string;
}

Properties

status: string