mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
decrypt many collections service function
This commit is contained in:
@@ -9,6 +9,7 @@ export abstract class CollectionService {
|
||||
|
||||
clearCache: () => void;
|
||||
encrypt: (model: CollectionView) => Promise<Collection>;
|
||||
decryptMany: (collections: Collection[]) => Promise<CollectionView[]>;
|
||||
get: (id: string) => Promise<Collection>;
|
||||
getAll: () => Promise<Collection[]>;
|
||||
getAllDecrypted: () => Promise<CollectionView[]>;
|
||||
|
||||
Reference in New Issue
Block a user