@forge/cli-shared

8.24.0-experimental-04cc2b98.24.1-next.0
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 type AuthorizationHeader = {
+export declare type AuthorizationHeader = {
     authorization: string;
 };
 export interface Authenticator {
     getAuthorizationHeader(): Promise<AuthorizationHeader>;