Types and AIDParsing

This commit is contained in:
Daniel Kluge
2023-10-22 17:46:59 +02:00
parent f804729689
commit 5296f528c3
9 changed files with 348 additions and 33 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ class MultiMessageBroker {
private serverInterfaces: Array<typeof AASInterfaceServer> = [];
private serverInterfaceConfigs: Array<any> = [];
private serverInstances: Array<AASInterfaceServer<typeof this.serverInterfaceConfigs[keyof typeof this.serverInterfaceConfigs]>|null> = [];
private serverInstances: Array<AASInterfaceServer<typeof this.serverInterfaceConfigs[number]>|null> = [];
private connectorInterfaces: Array<typeof InterfaceConnectionObject> = [];
private connectorConfigs: Array<any> = [];