soiz1's picture
Upload folder using huggingface_hub
4d70170 verified
raw
history blame
173 Bytes
import type { PluginDescriptor, SetupFunction } from '@vue/devtools-api'
export interface Plugin {
descriptor: PluginDescriptor
setupFn: SetupFunction
error: Error
}