mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-14 21:10:38 +01:00
5 lines
68 B
TypeScript
5 lines
68 B
TypeScript
export default interface Pool {
|
|
address: string
|
|
price: string
|
|
}
|