FrontendFeature
Home > @backstage/frontend-app-api
> FrontendFeature
Signature:
export type FrontendFeature = FrontendPlugin | FrontendModule | {
$$type: '@backstage/ExtensionOverrides';
} | {
$$type: '@backstage/BackstagePlugin';
};
References: FrontendPlugin, FrontendModule