Type alias GetCollectionResponse

GetCollectionResponse: {
    collection: OpenSeaCollection;
}

Response from OpenSea API for fetching a single collection.

Type declaration