mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 03:03:43 +00:00
system service for proc reload and clear clipboard
This commit is contained in:
5
src/abstractions/system.service.ts
Normal file
5
src/abstractions/system.service.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export abstract class SystemService {
|
||||
startProcessReload: () => void;
|
||||
cancelProcessReload: () => void;
|
||||
clearClipboard: (clipboardValue: string, timeoutMs?: number) => void;
|
||||
}
|
||||
Reference in New Issue
Block a user