mirror of
https://github.com/bitwarden/jslib
synced 2026-01-08 03:23:15 +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