mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
re-organize into "barrels". add utils service
This commit is contained in:
3
src/abstractions/messaging.service.ts
Normal file
3
src/abstractions/messaging.service.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface MessagingService {
|
||||
send(subscriber: string, arg?: any): void;
|
||||
}
|
||||
Reference in New Issue
Block a user