interface LookupAddressEntry {
    address: string;
    family?: AddressFamily;
}

Properties

Properties

address: string
family?: AddressFamily