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

clearPendingClipboard function

This commit is contained in:
Kyle Spearrin
2019-02-27 11:56:17 -05:00
parent b9267c521d
commit 62e9c75357
2 changed files with 13 additions and 1 deletions

View File

@@ -2,4 +2,5 @@ export abstract class SystemService {
startProcessReload: () => void;
cancelProcessReload: () => void;
clearClipboard: (clipboardValue: string, timeoutMs?: number) => void;
clearPendingClipboard: () => Promise<any>;
}