diff --git a/src/types/index.ts b/src/types/index.ts index 25f8e2090..74e201dd1 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -24,7 +24,7 @@ import type { ToastMessageOptions } from './extensionTypes' -export type { ComfyExtension } from './comfy' +export type { ComfyExtension, VueWidgetDefinition, VueWidgets } from './comfy' export type { ComfyApi } from '@/scripts/api' export type { ComfyApp } from '@/scripts/app' export type { ComfyNodeDef } from '@/schemas/nodeDefSchema'