1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-14 21:10:38 +01:00

7 lines
106 B
TypeScript

export default interface Pool {
address: string
price: number
ocean?: number
datatoken?: number
}