PluginVersionResponse: {
    accountSlug?: string;
    appAllowed: boolean;
    description?: string;
    displayName?: string;
    generates: PluginGeneratesResponse;
    governance?: PluginGovernanceResponse;
    id: string;
    isDocumented: boolean;
    picture?: string;
    pluginId: string;
    pluginVersionId: string;
    qualifier: string;
    requires: PluginRequiresResponse;
    runtime?: PluginEnvironmentResponse;
    singleUse: boolean;
    slug: string;
    status: string;
    stkProjectsOnly: boolean;
    studio: PluginStudioResponse;
    studioSlug: string;
    type: string;
    version: string;
}

Type declaration