fix: remove unused zHubLabelInfo export

This commit is contained in:
dante01yoon
2026-03-25 10:55:08 +09:00
parent 39408b1d23
commit 9d9e2fa193

View File

@@ -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'])