mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 11:43:46 +00:00
Split jslib into multiple modules (#363)
* Split jslib into multiple modules
This commit is contained in:
6
common/src/abstractions/system.service.ts
Normal file
6
common/src/abstractions/system.service.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export abstract class SystemService {
|
||||
startProcessReload: () => void;
|
||||
cancelProcessReload: () => void;
|
||||
clearClipboard: (clipboardValue: string, timeoutMs?: number) => void;
|
||||
clearPendingClipboard: () => Promise<any>;
|
||||
}
|
||||
Reference in New Issue
Block a user