mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
fix: remove unused zHubLabelInfo export
This commit is contained in:
@@ -71,7 +71,7 @@ export const zHubWorkflowPublishResponse = z.object({
|
||||
thumbnail_type: z.enum(['image', 'video', 'image_comparison']).optional()
|
||||
})
|
||||
|
||||
export const zHubLabelInfo = z.object({
|
||||
const zHubLabelInfo = z.object({
|
||||
name: z.string(),
|
||||
display_name: z.string(),
|
||||
type: z.enum(['tag', 'model', 'custom_node'])
|
||||
|
||||
Reference in New Issue
Block a user