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