| 14 | } |
| 15 | |
| 16 | export interface BridgeContext { |
| 17 | theme: string; |
| 18 | locale: string; |
| 19 | apiBase: string; |
| 20 | pluginId: string; |
| 21 | } |
| 22 | |
| 23 | export interface NotificationOptions { |
| 24 | title: string; |
nothing calls this directly
no outgoing calls
no test coverage detected