mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +00:00
lock reload
This commit is contained in:
@@ -6,4 +6,6 @@ export abstract class LockService {
|
||||
setLockOption: (lockOption: number) => Promise<void>;
|
||||
isPinLockSet: () => Promise<[boolean, boolean]>;
|
||||
clear: () => Promise<any>;
|
||||
startLockReload: () => void;
|
||||
cancelLockReload: () => void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user