CCC Docs
    Preparing search index...

    Interface representing information about a provider.

    interface ProviderInfo {
        rdns: string;
        uuid: string;
        name: string;
        icon: string;
    }
    Index

    Properties

    Properties

    rdns: string

    The reverse DNS name of the provider.

    uuid: string

    The UUID of the provider.

    name: string

    The name of the provider.

    icon: string

    The icon URL of the provider.