diff --git a/packages/frontend-plugin-api/report.api.md b/packages/frontend-plugin-api/report.api.md index 6e144273b9..b9c5bf269a 100644 --- a/packages/frontend-plugin-api/report.api.md +++ b/packages/frontend-plugin-api/report.api.md @@ -31,7 +31,7 @@ export type AlertApi = { alert$(): Observable; }; -// @public +// @public @deprecated export const alertApiRef: ApiRef_2 & { readonly $$type: '@backstage/ApiRef'; };