mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
remove model window assignments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { DeviceType } from '../../enums/deviceType';
|
||||
|
||||
class DeviceResponse {
|
||||
export class DeviceResponse {
|
||||
id: string;
|
||||
name: number;
|
||||
identifier: string;
|
||||
@@ -15,6 +15,3 @@ class DeviceResponse {
|
||||
this.creationDate = response.CreationDate;
|
||||
}
|
||||
}
|
||||
|
||||
export { DeviceResponse };
|
||||
(window as any).DeviceResponse = DeviceResponse;
|
||||
|
||||
Reference in New Issue
Block a user