Documentation
    Preparing search index...

    Interface ResolveNameServiceAddressResponse

    interface ResolveNameServiceAddressResponse {
        address: string | null;
    }
    Index
    address: string | null