Update plugins/apollo-explorer/api-report.md

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Karl Haworth <58607256+karlhaworth@users.noreply.github.com>
This commit is contained in:
Karl Haworth
2024-04-05 10:10:25 -04:00
committed by GitHub
parent 147b15bd6d
commit 04164bdfef
+1 -1
View File
@@ -30,7 +30,7 @@ export const apolloExplorerPlugin: BackstagePlugin<
// @public
export type AuthCallback = (options: {
apiHolder: ApiHolder;
}) => Promise<string>;
}) => Promise<{ token: string }>;
// @public
export type EndpointProps = {