update api-report

Signed-off-by: Karl Haworth <karl.haworth@aa.com>
This commit is contained in:
Karl Haworth
2024-04-05 12:02:07 -04:00
parent c3bcd08080
commit 63adc94523
+3 -3
View File
@@ -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 = {