Small cleanup

This commit is contained in:
Daniel Kluge
2023-10-30 14:31:32 +01:00
parent 4c7417d647
commit 8b52ffd51b
6 changed files with 21 additions and 33 deletions
+2 -4
View File
@@ -1,10 +1,8 @@
import { types } from "@aas-core-works/aas-core3.0-typescript";
import type AASInterfaceServer from "server";
import type AASInterfaceServer from "./server";
import type { Request } from "types/requests";
import type InterfaceConnectionObject from "interfaceConnectionObject";
import Traverser from "./helper/traverser";
import { AIMCMapper } from "./parser/AIMCMapper";
import { AssetInterfacesDescription } from "types/aidConf";
import AIMCMapper from "./parser/AIMCMapper";
import AIDParser from "./parser/AIDParser";
type AASRegistration = {