File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ export type WaitingRoomQueue = WaitingRoomQueueDefault | "auth" | "checkout" | "
82
82
export type Fetch = ( input : RequestInfo , init ?: FetchOptions ) => Promise < Response > ;
83
83
export type GetRosettaEnvByKey = ( key : string ) => string | undefined ;
84
84
export type WaitForCapacity = ( queue : WaitingRoomQueue ) => Promise < void > ;
85
- export type GetUserCredit = ( ) => Promise < number > ;
85
+ export type GetUserBalance = ( ) => Promise < number > ;
86
86
export type RegisterIframeMessageListener = ( eventtype : string , listener : ( event : any , iframe : HTMLIFrameElement ) => void ) => void ;
87
87
88
88
export interface WhoamiV1 {
@@ -274,7 +274,7 @@ export interface WaitingRoomV1 {
274
274
}
275
275
276
276
export interface WalletV1 {
277
- getUserCredit : GetUserCredit ;
277
+ getUserBalance : GetUserBalance ;
278
278
}
279
279
280
280
export type ILayer = "privacy" | "reject" ;
You can’t perform that action at this time.
0 commit comments