1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-14 21:10:38 +01:00
2020-08-20 12:23:09 +03:00

5 lines
68 B
TypeScript

export default interface Pool {
address: string
price: string
}