add required release tag for exporting of type

Signed-off-by: Karl Haworth <karl.haworth@aa.com>
This commit is contained in:
Karl Haworth
2024-03-05 15:45:28 -05:00
parent 347b45a63c
commit 3d0d572289
2 changed files with 6 additions and 3 deletions
+1 -3
View File
@@ -28,9 +28,7 @@ export const apolloExplorerPlugin: BackstagePlugin<
{}
>;
// Warning: (ae-missing-release-tag) "EndpointProps" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
// @public
export type EndpointProps = {
title: string;
graphRef: string;
@@ -23,6 +23,11 @@ import useAsync from 'react-use/lib/useAsync';
import { CircularProgress } from '@material-ui/core';
import { Alert } from '@material-ui/lab';
/**
* Exports types to be used with {@link @backstage/apollo-explorer#ApolloExplorerPage}.
*
* @public
*/
export type EndpointProps = {
title: string;
graphRef: string;