mirror of
https://github.com/bitwarden/jslib
synced 2025-12-22 19:23:24 +00:00
clean out old models/services
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
class ListResponse {
|
||||
data: any;
|
||||
|
||||
constructor(data: any) {
|
||||
this.data = data;
|
||||
}
|
||||
}
|
||||
|
||||
export { ListResponse };
|
||||
(window as any).ListResponse = ListResponse;
|
||||
Reference in New Issue
Block a user