mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
update types and format bindings
This commit is contained in:
@@ -3,4 +3,9 @@ import type { BindInfo } from "./BindInfo";
|
||||
import type { HostAddress } from "./HostAddress";
|
||||
import type { HostKind } from "./HostKind";
|
||||
|
||||
export type Host = { kind: HostKind, bindings: { [key: number]: BindInfo }, addresses: Array<HostAddress>, primary: HostAddress | null, };
|
||||
export type Host = {
|
||||
kind: HostKind;
|
||||
bindings: { [key: number]: BindInfo };
|
||||
addresses: Array<HostAddress>;
|
||||
primary: HostAddress | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user