update splunk-on-call API report

Signed-off-by: Mike Ball <mikedball@gmail.com>
This commit is contained in:
Mike Ball
2022-02-22 12:39:32 -05:00
parent 716242c081
commit 59864eaebe
+5 -1
View File
@@ -15,7 +15,11 @@ import { RouteRef } from '@backstage/core-plugin-api';
// Warning: (ae-missing-release-tag) "EntitySplunkOnCallCard" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const EntitySplunkOnCallCard: () => JSX.Element;
export const EntitySplunkOnCallCard: ({
readOnly,
}: {
readOnly?: boolean | undefined;
}) => JSX.Element;
// Warning: (ae-missing-release-tag) "isSplunkOnCallAvailable" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//