This commit is contained in:
crusader
2018-08-27 10:41:27 +09:00
parent aaf3e23966
commit 20aeeb1a9b
3 changed files with 20 additions and 1 deletions

View File

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