PluginStarterResponse: {
    description?: string;
    slug: string;
    stack: StackResponse;
    studio: PluginStudioResponse;
    totalLinkedVersions: number;
    type: string;
}

Type declaration