Fix type only imports - erase completely

This commit is contained in:
filtered
2025-09-16 21:16:49 +10:00
parent 7461c91185
commit 5dd47af3b0
73 changed files with 130 additions and 130 deletions

View File

@@ -3,8 +3,8 @@ import {
type ComfyNodeDef as ComfyNodeDefV2,
type InputSpec
} from '@/schemas/nodeDef/nodeDefSchemaV2'
import { type ComfyNodeDef as ComfyNodeDefV1 } from '@/schemas/nodeDefSchema'
import { type components } from '@/types/comfyRegistryTypes'
import type { ComfyNodeDef } from '@/schemas/nodeDefSchema'
import type { components } from '@/types/comfyRegistryTypes'
const registryToFrontendV2NodeOutputs = (
registryDef: components['schemas']['ComfyNode']