From e0cdbe3cbd4cf8a9fad6459bb473ba3ad03a59c9 Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Fri, 23 Jan 2026 19:01:37 -0800 Subject: [PATCH] Knip --- src/utils/nodeTitleUtil.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/nodeTitleUtil.ts b/src/utils/nodeTitleUtil.ts index 18f8b23ec..a631cec10 100644 --- a/src/utils/nodeTitleUtil.ts +++ b/src/utils/nodeTitleUtil.ts @@ -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