| 1 | import type { PluginDescriptor, SetupFunction } from '@vue/devtools-api' |
| 2 | |
| 3 | export interface Plugin { |
| 4 | descriptor: PluginDescriptor |
| 5 | setupFn: SetupFunction |
| 6 | error: Error |
| 7 | } |
nothing calls this directly
no outgoing calls
no test coverage detected