market/src/@types/TokenInfo.d.ts

7 lines
94 B
TypeScript

interface TokenInfo {
address: string
name: string
symbol: string
decimals?: number
}