export default interface Host { macAddress: Uint8Array; name: string; ipAddress: string; }