Interface representing an event announcing a provider.

interface AnnounceProviderEvent {
    detail: ProviderDetail;
}

Properties

Properties

The detail of the provider.