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