add generated PagerDuty API report

Signed-off-by: Mike Ball <mikedball@gmail.com>
This commit is contained in:
Mike Ball
2023-02-02 12:31:14 -05:00
parent 804746dd58
commit 3a0cf26a4a
+4 -2
View File
@@ -13,8 +13,10 @@ import { Entity } from '@backstage/catalog-model';
import { FetchApi } from '@backstage/core-plugin-api';
import { ReactNode } from 'react';
// Warning: (ae-forgotten-export) The symbol "PagerDutyCardProps" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export const EntityPagerDutyCard: () => JSX.Element;
export const EntityPagerDutyCard: (props: PagerDutyCardProps) => JSX.Element;
// @public (undocumented)
const isPluginApplicableToEntity: (entity: Entity) => boolean;
@@ -45,7 +47,7 @@ export type PagerDutyAssignee = {
};
// @public (undocumented)
export const PagerDutyCard: () => JSX.Element;
export const PagerDutyCard: (props: PagerDutyCardProps) => JSX.Element;
// @public (undocumented)
export type PagerDutyChangeEvent = {