Interface CollectionsListResponseItemsItem

interface CollectionsListResponseItemsItem {
    collection_id: string;
    collection_media_count: number;
    collection_name: string;
    collection_type: string;
    cover_media?: CollectionsListResponseCover_media;
    cover_media_list?: CollectionsListResponseCoverMediaListItem[];
}

Properties

collection_id: string
collection_media_count: number
collection_name: string
collection_type: string