mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
abstract services
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export interface MessagingService {
|
||||
send(subscriber: string, arg?: any): void;
|
||||
export abstract class MessagingService {
|
||||
send: (subscriber: string, arg?: any) => void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user