mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-14 21:10:38 +01:00
6 lines
101 B
TypeScript
6 lines
101 B
TypeScript
export default interface BestPrice {
|
|
type: 'pool' | 'exchange'
|
|
address: string
|
|
value: string
|
|
}
|