UNPKG
evmexplorer
Version:
latest (0.0.1)
0.0.1
github.com/Pfed-prog/EVMExplorer-Uniswap
Pfed-prog/EVMExplorer-Uniswap
evmexplorer
/
dist
/
index.d.ts
10 lines
(8 loc)
•
177 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
interface
UniswapTokenProps
{
symbol
:
string
;
price
:
number
;
fee
:
string
;
networkNameUniswap
:
string
;
address
:
string
; }
export
type
{
UniswapTokenProps
};