Represents params respective to various discovery protocols.

Represents discovery service type.

Represents discovery domain.

interface DiscoveryParamsInterface {
    domain: string;
    serviceType: string;
}

Properties

Properties

domain: string
serviceType: string