diff --git a/decnet_web/src/components/MazeNET/useTopologyEditor.ts b/decnet_web/src/components/MazeNET/useTopologyEditor.ts index 588db5cf..9b5a991f 100644 --- a/decnet_web/src/components/MazeNET/useTopologyEditor.ts +++ b/decnet_web/src/components/MazeNET/useTopologyEditor.ts @@ -22,11 +22,11 @@ import type { DeckyRow, EdgeRow, LANRow, - UseMazeApi, + MazeApi, } from './useMazeApi'; export interface UseTopologyEditorOptions { - api: UseMazeApi; + api: MazeApi; /** Current topology status from :func:`getTopology`. */ topoStatus: string; /** Last-known topology version for optimistic concurrency. */