Skip to content

Commit

Permalink
Merge pull request backstage#7935 from backstage/freben/userflags
Browse files Browse the repository at this point in the history
Remove the unused UserFlags type
  • Loading branch information
freben authored Nov 11, 2021
2 parents 600e14e + 7e18ed7 commit 4adcd21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/sharp-meals-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@backstage/core-plugin-api': minor
---

Removed the unused `UserFlags` type.
3 changes: 0 additions & 3 deletions packages/core-plugin-api/api-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -799,9 +799,6 @@ export function useElementFilter<T>(
dependencies?: any[],
): T;

// @public
export type UserFlags = {};

// @public
export function useRouteRef<Optional extends boolean, Params extends AnyParams>(
routeRef: ExternalRouteRef<Params, Optional>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@ export type FeatureFlagsSaveOptions = {
merge?: boolean;
};

/**
* User flags alias.
*
* @public
*/
export type UserFlags = {};

/**
* The feature flags API is used to toggle functionality to users across plugins and Backstage.
*
Expand Down

0 comments on commit 4adcd21

Please sign in to comment.