@@ -13,8 +13,8 @@ import { EntityCardType } from '@backstage/plugin-catalog-react/alpha';
1313import { EntityPredicate } from ' @backstage/plugin-catalog-react/alpha' ;
1414import { ExtensionBlueprintParams } from ' @backstage/frontend-plugin-api' ;
1515import { ExtensionDataRef } from ' @backstage/frontend-plugin-api' ;
16- import { ExtensionDefinition } from ' @backstage/frontend-plugin-api' ;
1716import { JSX as JSX_2 } from ' react' ;
17+ import { OverridableExtensionDefinition } from ' @backstage/frontend-plugin-api' ;
1818import { OverridableFrontendPlugin } from ' @backstage/frontend-plugin-api' ;
1919import { RouteRef } from ' @backstage/frontend-plugin-api' ;
2020
@@ -23,7 +23,7 @@ const _default: OverridableFrontendPlugin<
2323 {},
2424 {},
2525 {
26- ' api:azure-devops' : ExtensionDefinition <{
26+ ' api:azure-devops' : OverridableExtensionDefinition <{
2727 kind: ' api' ;
2828 name: undefined ;
2929 config: {};
@@ -40,7 +40,7 @@ const _default: OverridableFrontendPlugin<
4040 params : ApiFactory <TApi , TImpl , TDeps >,
4141 ) => ExtensionBlueprintParams <AnyApiFactory >;
4242 }>;
43- ' entity-card:azure-devops/readme' : ExtensionDefinition <{
43+ ' entity-card:azure-devops/readme' : OverridableExtensionDefinition <{
4444 kind: ' entity-card' ;
4545 name: ' readme' ;
4646 config: {
@@ -81,7 +81,7 @@ const _default: OverridableFrontendPlugin<
8181 type? : EntityCardType | undefined ;
8282 };
8383 }>;
84- ' entity-content:azure-devops/git-tags' : ExtensionDefinition <{
84+ ' entity-content:azure-devops/git-tags' : OverridableExtensionDefinition <{
8585 kind: ' entity-content' ;
8686 name: ' git-tags' ;
8787 config: {
@@ -149,7 +149,7 @@ const _default: OverridableFrontendPlugin<
149149 filter? : EntityPredicate | ((entity : Entity ) => boolean ) | undefined ;
150150 };
151151 }>;
152- ' entity-content:azure-devops/pipelines' : ExtensionDefinition <{
152+ ' entity-content:azure-devops/pipelines' : OverridableExtensionDefinition <{
153153 kind: ' entity-content' ;
154154 name: ' pipelines' ;
155155 config: {
@@ -217,7 +217,7 @@ const _default: OverridableFrontendPlugin<
217217 filter? : EntityPredicate | ((entity : Entity ) => boolean ) | undefined ;
218218 };
219219 }>;
220- ' entity-content:azure-devops/pull-requests' : ExtensionDefinition <{
220+ ' entity-content:azure-devops/pull-requests' : OverridableExtensionDefinition <{
221221 kind: ' entity-content' ;
222222 name: ' pull-requests' ;
223223 config: {
@@ -285,7 +285,7 @@ const _default: OverridableFrontendPlugin<
285285 filter? : EntityPredicate | ((entity : Entity ) => boolean ) | undefined ;
286286 };
287287 }>;
288- ' page:azure-devops' : ExtensionDefinition <{
288+ ' page:azure-devops' : OverridableExtensionDefinition <{
289289 kind: ' page' ;
290290 name: undefined ;
291291 config: {
0 commit comments