Interface CollectionsCreateResponseRootObject

interface CollectionsCreateResponseRootObject {
    collection_id: string;
    collection_media_count: number;
    collection_name: string;
    collection_type: string;
    status: string;
}

Properties

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