mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
Knip
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
import { normalizeI18nKey } from '@/utils/formatUtil'
|
import { normalizeI18nKey } from '@/utils/formatUtil'
|
||||||
|
|
||||||
export type NodeTitleInfo = {
|
type NodeTitleInfo = {
|
||||||
title?: string | number | null
|
title?: string | number | null
|
||||||
type?: string | number | null
|
type?: string | number | null
|
||||||
}
|
}
|
||||||
|
|
||||||
export type StaticTranslate = (key: string, fallbackMessage: string) => string
|
type StaticTranslate = (key: string, fallbackMessage: string) => string
|
||||||
|
|
||||||
type ResolveNodeDisplayNameOptions = {
|
type ResolveNodeDisplayNameOptions = {
|
||||||
emptyLabel: string
|
emptyLabel: string
|
||||||
|
|||||||
Reference in New Issue
Block a user