2 changed files with 5 additions and 5 deletions
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
export interface AppIdService { |
||||
getAppId(): Promise<string>; |
||||
getAnonymousAppId(): Promise<string>; |
||||
export abstract class AppIdService { |
||||
getAppId: () => Promise<string>; |
||||
getAnonymousAppId: () => Promise<string>; |
||||
} |
||||
|
||||
Loading…
Reference in new issue