mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
apis for groups and collections
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import { Collection } from '../domain/collection';
|
||||
|
||||
import { SelectionReadOnlyRequest } from './selectionReadOnlyRequest';
|
||||
|
||||
export class CollectionRequest {
|
||||
name: string;
|
||||
groups: SelectionReadOnlyRequest[] = [];
|
||||
|
||||
constructor(collection: Collection) {
|
||||
this.name = collection.name ? collection.name.encryptedString : null;
|
||||
|
||||
Reference in New Issue
Block a user