UNPKG

@etherspot/data-utils

Version:
11 lines (9 loc) 184 B
declare class TokenListToken { address: string; chainId: number; name: string; symbol: string; decimals: number; logoURI: string; } export { TokenListToken };