Type Alias PluginInUseSummaryResponse
PluginInUseSummaryResponse: {
totalNotUsed: number;
totalUsedInApplications: number;
totalUsedInInfrastructures: number;
totalUsedInPlugins: number;
totalUsedInStacks: number;
totalUsedInStarter: number;
}
Type declaration
totalNotUsed: number
totalUsedInApplications: number
totalUsedInInfrastructures: number
totalUsedInPlugins: number
totalUsedInStacks: number
totalUsedInStarter: number