UNPKG

evmexplorer

Version:
10 lines (8 loc) 177 B
interface UniswapTokenProps { symbol: string; price: number; fee: string; networkNameUniswap: string; address: string; } export type { UniswapTokenProps };