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