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:
Alexander Brown
2026-02-26 15:07:39 -08:00
parent 8026585721
commit 9028ee9cfe

View File

@@ -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>