| 1 | import type { OpenPanel, OpenPanelOptions } from '@openpanel/web'; |
| 2 | |
| 3 | export interface ModuleOptions extends OpenPanelOptions { |
| 4 | proxy?: boolean; |
| 5 | } |
| 6 | |
| 7 | declare module '#app' { |
| 8 | interface NuxtApp { |
nothing calls this directly
no outgoing calls
no test coverage detected