mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
remove model window assignments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ProfileOrganizationResponse } from './profileOrganizationResponse';
|
||||
|
||||
class ProfileResponse {
|
||||
export class ProfileResponse {
|
||||
id: string;
|
||||
name: string;
|
||||
email: string;
|
||||
@@ -34,6 +34,3 @@ class ProfileResponse {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export { ProfileResponse };
|
||||
(window as any).ProfileResponse = ProfileResponse;
|
||||
|
||||
Reference in New Issue
Block a user