From 04164bdfeffafcdf41f59ef97233e1b9a4c0cc92 Mon Sep 17 00:00:00 2001 From: Karl Haworth <58607256+karlhaworth@users.noreply.github.com> Date: Fri, 5 Apr 2024 10:10:25 -0400 Subject: [PATCH] Update plugins/apollo-explorer/api-report.md Co-authored-by: Patrik Oldsberg Signed-off-by: Karl Haworth <58607256+karlhaworth@users.noreply.github.com> --- plugins/apollo-explorer/api-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apollo-explorer/api-report.md b/plugins/apollo-explorer/api-report.md index bbd220ab49..5f010946c4 100644 --- a/plugins/apollo-explorer/api-report.md +++ b/plugins/apollo-explorer/api-report.md @@ -30,7 +30,7 @@ export const apolloExplorerPlugin: BackstagePlugin< // @public export type AuthCallback = (options: { apiHolder: ApiHolder; -}) => Promise; +}) => Promise<{ token: string }>; // @public export type EndpointProps = {