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