mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-29 18:18:52 +00:00
refactor: Use Dictionary<T> type in ports module
Change-type: patch Signed-off-by: Cameron Diver <cameron@resin.io>
This commit is contained in:
parent
328b07a092
commit
8bd895d24f
@ -15,7 +15,7 @@ export interface PortBindings {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface DockerPortOptions {
|
export interface DockerPortOptions {
|
||||||
exposedPorts: Map<string, {}>;
|
exposedPorts: Dictionary<{}>;
|
||||||
portBindings: PortBindings;
|
portBindings: PortBindings;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user