mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 17:43:39 +00:00
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
export interface AppIdService {
|
|
getAppId(): Promise<string>;
|
|
getAnonymousAppId(): Promise<string>;
|
|
}
|