interface PluginStats {
    plugins: HandleCounts[];
}

属性

属性

plugins: HandleCounts[]