Update API report for cli-node

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-01-29 21:47:04 +01:00
parent 0e10859c62
commit f5d56be363
+1
View File
@@ -25,6 +25,7 @@ export interface BackstagePackageJson {
pluginId?: string | null;
pluginPackage?: string;
pluginPackages?: string[];
integrationFor?: string[];
features?: Record<string, BackstagePackageFeatureType>;
};
// (undocumented)