@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface ToolkitInstallationSummary

    Aggregate installation counts across all partner workspaces.

    interface ToolkitInstallationSummary {
        active: number;
        never_installed: number;
        opted_out: number;
    }
    Index

    Properties

    active: number
    never_installed: number
    opted_out: number