diff --git a/plugins/apollo-explorer/api-report.md b/plugins/apollo-explorer/api-report.md index 5f010946c4..a009c99aca 100644 --- a/plugins/apollo-explorer/api-report.md +++ b/plugins/apollo-explorer/api-report.md @@ -28,9 +28,9 @@ export const apolloExplorerPlugin: BackstagePlugin< >; // @public -export type AuthCallback = (options: { - apiHolder: ApiHolder; -}) => Promise<{ token: string }>; +export type AuthCallback = (options: { apiHolder: ApiHolder }) => Promise<{ + token: string; +}>; // @public export type EndpointProps = {