Documentation
    Preparing search index...

    Interface ResolveNameServiceAddressResponse

    interface ResolveNameServiceAddressResponse {
        address: string | null;
    }
    Index

    Properties

    Properties

    address: string | null