interface LookupAddress {
    address: string;
    family: number;
}

Properties

Properties

address: string
family: number

Generated using TypeDoc