Interface SearchResponse

interface SearchResponse {
    categories?: string[];
    coins?: CoinItem[];
    exchanges?: Exchange[];
    nfts?: string[];
}

Properties

categories?: string[]
coins?: CoinItem[]
exchanges?: Exchange[]
nfts?: string[]