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