Merge pull request #25806 from backstage/mob/ext-data-refactor

frontend-plugin-api: move away from data maps when declaring extension inputs and outputs
This commit is contained in:
Ben Lambert
2024-07-29 15:13:28 +02:00
committed by GitHub
22 changed files with 2592 additions and 861 deletions
+1 -1
View File
@@ -12,8 +12,8 @@ export default _default;
// @alpha (undocumented)
export const titleExtensionDataRef: ConfigurableExtensionDataRef<
'title',
string,
'title',
{}
>;