refactor: remove export from NodeSelectionState interface for knip use

This commit is contained in:
Johnpaul
2025-09-09 19:11:18 +01:00
parent 6ad894d5af
commit 89d5b99a7b

View File

@@ -13,7 +13,7 @@ import { useSidebarTabStore } from '@/stores/workspace/sidebarTabStore'
import { isImageNode, isLGraphNode } from '@/utils/litegraphUtil'
import { filterOutputNodes } from '@/utils/nodeFilterUtil'
export interface NodeSelectionState {
interface NodeSelectionState {
collapsed: boolean
pinned: boolean
bypassed: boolean