@forge/cli-shared
8.24.08.24.0-experimental-04cc2b9
out/auth/authenticator.d.ts~
out/auth/authenticator.d.tsModified+1−1
Index: package/out/auth/authenticator.d.ts
===================================================================
--- package/out/auth/authenticator.d.ts
+++ package/out/auth/authenticator.d.ts
@@ -1,5 +1,5 @@
-export declare type AuthorizationHeader = {
+export type AuthorizationHeader = {
authorization: string;
};
export interface Authenticator {
getAuthorizationHeader(): Promise<AuthorizationHeader>;