mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-14 21:10:38 +01:00
6 lines
87 B
TypeScript
6 lines
87 B
TypeScript
export interface DataTokenOptions {
|
|
cap?: string
|
|
name?: string
|
|
symbol?: string
|
|
}
|