This commit is contained in:
Benjamin Lu
2026-01-23 19:01:37 -08:00
parent 9a2383d965
commit e0cdbe3cbd

View File

@@ -1,11 +1,11 @@
import { normalizeI18nKey } from '@/utils/formatUtil'
export type NodeTitleInfo = {
type NodeTitleInfo = {
title?: string | number | null
type?: string | number | null
}
export type StaticTranslate = (key: string, fallbackMessage: string) => string
type StaticTranslate = (key: string, fallbackMessage: string) => string
type ResolveNodeDisplayNameOptions = {
emptyLabel: string