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

5 lines
56 B
TypeScript

interface UserBalance {
eth: string
ocean: string
}