interface PluginStats {
    plugins: HandleCounts[];
}

Properties

Properties

plugins: HandleCounts[]