1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00:00

lock reload

This commit is contained in:
Kyle Spearrin
2019-02-25 15:07:19 -05:00
parent fc2f64ee36
commit 9a4611ec5a
2 changed files with 30 additions and 0 deletions

View File

@@ -6,4 +6,6 @@ export abstract class LockService {
setLockOption: (lockOption: number) => Promise<void>;
isPinLockSet: () => Promise<[boolean, boolean]>;
clear: () => Promise<any>;
startLockReload: () => void;
cancelLockReload: () => void;
}