We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f55de commit 2bacec9Copy full SHA for 2bacec9
src/interfaces.ts
@@ -274,8 +274,8 @@ interface LocaleLinks<T> {
274
ja?: T
275
ko?: T
276
de?: T
277
- zh?: T,
278
- es?: T,
+ zh?: T
+ es?: T
279
}
280
281
interface ThemeParams {
@@ -307,7 +307,13 @@ export interface TorusOptions extends CommonWalletOptions {
307
buttonPosition?: 'top-left' | 'top-right' | 'bottom-right' | 'bottom-left'
308
modalZIndex?: number
309
apiKey?: string
310
- buildEnv?: 'production' | 'development' | 'binance' | 'testing' | 'lrc' | 'beta'
+ buildEnv?:
311
+ | 'production'
312
+ | 'development'
313
+ | 'binance'
314
+ | 'testing'
315
+ | 'lrc'
316
+ | 'beta'
317
enableLogging?: boolean
318
enabledVerifiers?: VerifierStatus
319
loginConfig?: LoginConfig
0 commit comments