Merge branch 'feat(apollo-explorer)--allow-callbacks-using-apiholder' of https://github.com/AmericanAirlines/backstage into feat(apollo-explorer)--allow-callbacks-using-apiholder

This commit is contained in:
Karl Haworth
2024-04-05 10:10:41 -04:00
+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 = {