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:
@@ -2,4 +2,9 @@
|
||||
import type { Callback } from "./Callback";
|
||||
import type { GetHostInfoParamsKind } from "./GetHostInfoParamsKind";
|
||||
|
||||
export type GetHostInfoParams = { kind: GetHostInfoParamsKind | null, serviceInterfaceId: string, packageId: string | null, callback: Callback, };
|
||||
export type GetHostInfoParams = {
|
||||
kind: GetHostInfoParamsKind | null;
|
||||
serviceInterfaceId: string;
|
||||
packageId: string | null;
|
||||
callback: Callback;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user