Type Alias PluginVersionRequiresPluginsResponse
PluginVersionRequiresPluginsResponse: {
displayName: string;
resolved?: boolean;
slug: string;
type: "INFRA" | "APP";
}
Type declaration
displayName: string
Optionalresolved?: boolean
slug: string
type: "INFRA" | "APP"