UNPKG

@yoroi/types

Version:
19 lines (16 loc) 362 B
/** * Flowtype definitions for build * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ export type ExchangeManagerOptions = { /** * Partner name, e.g., emurgo. */ partner: string, /** * Indicates that is running on production enviroment, otherwise will fallback to the sandbox */ isProduction?: boolean, ... };