view types

This commit is contained in:
Kyle Spearrin 2018-04-05 09:16:11 -04:00
parent b5f9920a92
commit 0adc40ec57
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ export class GroupingsComponent {
@Output() onEditFolder = new EventEmitter<FolderView>(); @Output() onEditFolder = new EventEmitter<FolderView>();
@Output() onCollectionClicked = new EventEmitter<CollectionView>(); @Output() onCollectionClicked = new EventEmitter<CollectionView>();
folders: any[]; folders: FolderView[];
collections: any[]; collections: CollectionView[];
loaded: boolean = false; loaded: boolean = false;
cipherType = CipherType; cipherType = CipherType;
selectedAll: boolean = false; selectedAll: boolean = false;