regenerate api thingy

Signed-off-by: Ryan Brink <5607577+unredundant@users.noreply.github.com>
This commit is contained in:
Ryan Brink
2022-07-18 08:43:15 -06:00
parent 421d30d23a
commit 308b1e96a9
+2 -6
View File
@@ -9,9 +9,7 @@ import { BackstagePlugin } from '@backstage/core-plugin-api';
import { JSONObject } from '@apollo/explorer/src/helpers/types';
import { RouteRef } from '@backstage/core-plugin-api';
// Warning: (ae-missing-release-tag) "ApolloExplorerPage" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
// @public
export const ApolloExplorerPage: ({
title,
subtitle,
@@ -38,9 +36,7 @@ export const ApolloExplorerPage: ({
}[];
}) => JSX.Element;
// Warning: (ae-missing-release-tag) "apolloExplorerPlugin" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
// @public
export const apolloExplorerPlugin: BackstagePlugin<
{
root: RouteRef<undefined>;