1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-06-17 18:03:16 +02:00
react/src/hooks/usePublish/DataTokenOptions.ts
2020-09-07 17:25:31 +03:00

6 lines
87 B
TypeScript

export interface DataTokenOptions {
cap?: string
name?: string
symbol?: string
}