Skip to content

Commit 2bacec9

Browse files
committed
Remove commas
1 parent 59f55de commit 2bacec9

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/interfaces.ts

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ interface LocaleLinks<T> {
274274
ja?: T
275275
ko?: T
276276
de?: T
277-
zh?: T,
278-
es?: T,
277+
zh?: T
278+
es?: T
279279
}
280280

281281
interface ThemeParams {
@@ -307,7 +307,13 @@ export interface TorusOptions extends CommonWalletOptions {
307307
buttonPosition?: 'top-left' | 'top-right' | 'bottom-right' | 'bottom-left'
308308
modalZIndex?: number
309309
apiKey?: string
310-
buildEnv?: 'production' | 'development' | 'binance' | 'testing' | 'lrc' | 'beta'
310+
buildEnv?:
311+
| 'production'
312+
| 'development'
313+
| 'binance'
314+
| 'testing'
315+
| 'lrc'
316+
| 'beta'
311317
enableLogging?: boolean
312318
enabledVerifiers?: VerifierStatus
313319
loginConfig?: LoginConfig

0 commit comments

Comments
 (0)