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

5 lines
56 B
TypeScript
Raw Normal View History

2021-10-13 18:48:59 +02:00
interface UserBalance {
eth: string
ocean: string
}