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

8 lines
156 B
TypeScript

export interface PriceOptions {
price: number
tokensToMint: number
type: 'fixed' | 'dynamic' | string
weightOnDataToken: string
swapFee: string
}