mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-27 18:24:11 +00:00
Remove deprecated type def on ComfyNodeDef (#1720)
This commit is contained in:
@@ -159,21 +159,3 @@ export interface ComfyExtension {
|
||||
|
||||
[key: string]: any
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use ComfyNodeDef instead
|
||||
*/
|
||||
export type ComfyObjectInfo = {
|
||||
name: string
|
||||
display_name?: string
|
||||
description?: string
|
||||
category: string
|
||||
input?: {
|
||||
required?: Record<string, ComfyObjectInfoConfig>
|
||||
optional?: Record<string, ComfyObjectInfoConfig>
|
||||
}
|
||||
output?: string[]
|
||||
output_name: string[]
|
||||
}
|
||||
|
||||
export type ComfyObjectInfoConfig = [string | any[]] | [string | any[], any]
|
||||
|
||||
Reference in New Issue
Block a user