Type Alias PluginVersionShortResponse
PluginVersionShortResponse: { appAllowed: boolean; createdAt: string; createdBy: string; description: string; displayName: string; governance?: PluginGovernanceResponse; id: string; pluginId: string; pluginType: "INFRA" | "APP"; requires?: PluginRequiresResponse; singleUse: boolean; status: string; stkProjectOnly: boolean; stkProjectsOnly: boolean; version: string;} Type declaration
appAllowed: boolean
createdAt: string
createdBy: string
description: string
displayName: string
id: string
pluginId: string
pluginType: "INFRA" | "APP"
singleUse: boolean
status: string
stkProjectOnly: boolean
stkProjectsOnly: boolean
version: string