nic windows bug fix

This commit is contained in:
insanity
2018-09-13 12:29:12 +09:00
parent d5c33499a3
commit efc9a0cfc4
3 changed files with 6 additions and 5 deletions

View File

@@ -2,6 +2,7 @@ import { MetaIPType } from '../meta';
export interface Interface {
iface: string;
friendlyName: string;
mac: string;
addresses: InterfaceAddress[] | null;
}