Fix StartOS 0.4 TypeScript packaging to match SDK API
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
import type { NetworkInterfaceType } from './NetworkInterfaceType';
|
||||
export type IpInfo = {
|
||||
name: string;
|
||||
scopeId: number;
|
||||
deviceType: NetworkInterfaceType | null;
|
||||
subnets: string[];
|
||||
lanIp: string[];
|
||||
wanIp: string | null;
|
||||
ntpServers: string[];
|
||||
dnsServers: string[];
|
||||
};
|
||||
Reference in New Issue
Block a user