mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
view types
This commit is contained in:
@@ -28,8 +28,8 @@ export class GroupingsComponent {
|
||||
@Output() onEditFolder = new EventEmitter<FolderView>();
|
||||
@Output() onCollectionClicked = new EventEmitter<CollectionView>();
|
||||
|
||||
folders: any[];
|
||||
collections: any[];
|
||||
folders: FolderView[];
|
||||
collections: CollectionView[];
|
||||
loaded: boolean = false;
|
||||
cipherType = CipherType;
|
||||
selectedAll: boolean = false;
|
||||
|
||||
Reference in New Issue
Block a user