diff --git a/src/litegraph.ts b/src/litegraph.ts index a217644..d472df1 100644 --- a/src/litegraph.ts +++ b/src/litegraph.ts @@ -78,6 +78,7 @@ export { EaseFunction, LinkMarkerShape } from "./types/globalEnums" export type { SerialisableGraph, SerialisableLLink, + ISerialisedGraph, } from "./types/serialisation" export { CanvasPointer } from "./CanvasPointer" export { createBounds } from "./measure"