mirror of
https://github.com/bitwarden/cli
synced 2026-01-09 03:33:13 +00:00
get org collection
This commit is contained in:
@@ -9,6 +9,7 @@ export class OrganizationCollectionResponse extends CollectionResponse {
|
||||
|
||||
constructor(o: CollectionView, groups: SelectionReadOnly[]) {
|
||||
super(o);
|
||||
this.object = 'org-collection';
|
||||
this.groups = groups;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user