mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
Add headers for client type and client version (#651)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { ClientType } from "../enums/clientType";
|
||||
import { DeviceType } from "../enums/deviceType";
|
||||
import { ThemeType } from "../enums/themeType";
|
||||
|
||||
@@ -6,9 +7,9 @@ interface ToastOptions {
|
||||
}
|
||||
|
||||
export abstract class PlatformUtilsService {
|
||||
identityClientId: string;
|
||||
getDevice: () => DeviceType;
|
||||
getDeviceString: () => string;
|
||||
getClientType: () => ClientType;
|
||||
isFirefox: () => boolean;
|
||||
isChrome: () => boolean;
|
||||
isEdge: () => boolean;
|
||||
|
||||
Reference in New Issue
Block a user