mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
org vault listing from apis
This commit is contained in:
@@ -15,4 +15,5 @@ export abstract class CollectionService {
|
||||
replace: (collections: { [id: string]: CollectionData; }) => Promise<any>;
|
||||
clear: (userId: string) => Promise<any>;
|
||||
delete: (id: string | string[]) => Promise<any>;
|
||||
getLocaleSortingFunction: () => (a: CollectionView, b: CollectionView) => number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user