mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-14 21:10:38 +01:00
8 lines
156 B
TypeScript
8 lines
156 B
TypeScript
export interface PriceOptions {
|
|
price: number
|
|
tokensToMint: number
|
|
type: 'fixed' | 'dynamic' | string
|
|
weightOnDataToken: string
|
|
swapFee: string
|
|
}
|