fix types
This commit is contained in:
parent
ccdc68870a
commit
ffc25520bb
@ -13,9 +13,9 @@ class CommsServer {
|
|||||||
|
|
||||||
|
|
||||||
ports: {
|
ports: {
|
||||||
[tab: string | number] : {
|
[tab: string] : {
|
||||||
[frame: string | number] : {
|
[frame: string] : {
|
||||||
[port: string | number]: any
|
[port: string]: any
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} = {};
|
} = {};
|
||||||
|
Loading…
Reference in New Issue
Block a user