mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
org vault listing from apis
This commit is contained in:
@@ -44,4 +44,5 @@ export abstract class CipherService {
|
||||
deleteAttachmentWithServer: (id: string, attachmentId: string) => Promise<void>;
|
||||
sortCiphersByLastUsed: (a: any, b: any) => number;
|
||||
sortCiphersByLastUsedThenName: (a: any, b: any) => number;
|
||||
getLocaleSortingFunction: () => (a: CipherView, b: CipherView) => number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user