import { FrontendFeature as PluginApiFrontendFeature } from '@backstage/frontend-plugin-api'; /** @public * @deprecated Use {@link @backstage/frontend-plugin-api#FrontendFeature} instead. */ export type FrontendFeature = PluginApiFrontendFeature;