mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
api support for sharing
This commit is contained in:
7
src/models/request/cipherBulkDeleteRequest.ts
Normal file
7
src/models/request/cipherBulkDeleteRequest.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export class CipherBulkDeleteRequest {
|
||||
ids: string[];
|
||||
|
||||
constructor(ids: string[]) {
|
||||
this.ids = ids;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user