CCC Docs
    Preparing search index...

    Interface representing an event announcing a provider.

    interface AnnounceProviderEvent {
        detail: ProviderDetail;
    }
    Index

    Properties

    Properties

    The detail of the provider.