mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
export abstract class MessagingService {
|
|
send: (subscriber: string, arg?: any) => void;
|
|
}
|