File size: 173 Bytes
4d70170
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import type { PluginDescriptor, SetupFunction } from '@vue/devtools-api'

export interface Plugin {
  descriptor: PluginDescriptor
  setupFn: SetupFunction
  error: Error
}