mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
update types and format bindings
This commit is contained in:
@@ -3,4 +3,13 @@ import type { AddressInfo } from "./AddressInfo";
|
||||
import type { ServiceInterfaceId } from "./ServiceInterfaceId";
|
||||
import type { ServiceInterfaceType } from "./ServiceInterfaceType";
|
||||
|
||||
export type ServiceInterface = { id: ServiceInterfaceId, name: string, description: string, hasPrimary: boolean, disabled: boolean, masked: boolean, addressInfo: AddressInfo, type: ServiceInterfaceType, };
|
||||
export type ServiceInterface = {
|
||||
id: ServiceInterfaceId;
|
||||
name: string;
|
||||
description: string;
|
||||
hasPrimary: boolean;
|
||||
disabled: boolean;
|
||||
masked: boolean;
|
||||
addressInfo: AddressInfo;
|
||||
type: ServiceInterfaceType;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user