Interface CollectionsListResponseRootObject

interface CollectionsListResponseRootObject {
    auto_load_more_enabled: boolean;
    items: CollectionsListResponseItemsItem[];
    more_available: boolean;
    next_max_id?: string;
    status: string;
}

Properties

auto_load_more_enabled: boolean
more_available: boolean
next_max_id?: string
status: string