StarterResponseWithRange: {
    description?: string;
    documentation?: DocumentationContentResponse;
    id: string;
    optionalPluginVersions: StarterPluginResponse[];
    pluginVersions: StarterPluginResponse[];
    slug: string;
    status: string;
    type: string;
}

Type declaration