mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-20 06:20:11 +00:00
fix: keep link store topology type internal
- remove unused exported LinkStoreTopology type to satisfy knip pre-push checks Amp-Thread-ID: https://ampcode.com/threads/T-019c9c03-dca7-757a-af61-5f41ae8d2dec Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
@@ -4,7 +4,7 @@ import type { LinkId, LLink } from '@/lib/litegraph/src/LLink'
|
||||
import type { Reroute, RerouteId } from '@/lib/litegraph/src/Reroute'
|
||||
import type { UUID } from '@/lib/litegraph/src/utils/uuid'
|
||||
|
||||
export interface LinkStoreTopology {
|
||||
interface LinkStoreTopology {
|
||||
links: ReadonlyMap<LinkId, LLink>
|
||||
floatingLinks: ReadonlyMap<LinkId, LLink>
|
||||
reroutes: ReadonlyMap<RerouteId, Reroute>
|
||||
|
||||
Reference in New Issue
Block a user