Type Alias NFTCollectionDetail

NFTCollectionDetail: NFTCollection & {
    unique_holders?: number;
}

NFT collection detail with analytics.