add generated PagerDuty API report
Signed-off-by: Mike Ball <mikedball@gmail.com>
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user