mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
update types and format bindings
This commit is contained in:
@@ -3,4 +3,8 @@ import type { ExportedHostnameInfo } from "./ExportedHostnameInfo";
|
||||
import type { HostId } from "./HostId";
|
||||
import type { HostKind } from "./HostKind";
|
||||
|
||||
export type ExportedHostInfo = { id: HostId, kind: HostKind, hostnames: Array<ExportedHostnameInfo>, };
|
||||
export type ExportedHostInfo = {
|
||||
id: HostId;
|
||||
kind: HostKind;
|
||||
hostnames: Array<ExportedHostnameInfo>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user