mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
clean out old models/services
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
class CollectionResponse {
|
||||
id: string;
|
||||
organizationId: string;
|
||||
name: string;
|
||||
|
||||
constructor(response: any) {
|
||||
this.id = response.Id;
|
||||
this.organizationId = response.OrganizationId;
|
||||
this.name = response.Name;
|
||||
}
|
||||
}
|
||||
|
||||
export { CollectionResponse };
|
||||
(window as any).CollectionResponse = CollectionResponse;
|
||||
Reference in New Issue
Block a user