npm package diff

Package: @forge/manifest

Versions: 9.3.0-next.3 - 9.3.0-next.4

File: package/out/scopes/index.d.ts

Index: package/out/scopes/index.d.ts
===================================================================
--- package/out/scopes/index.d.ts
+++ package/out/scopes/index.d.ts
@@ -1,8 +1,9 @@
+import { Scopes } from '../schema/manifest';
 export declare type RequiredScopes = {
     current: string[];
     deprecated?: string[];
     beta?: string[];
 };
-export declare function getMissingScopes(existing: string[] | undefined, required: RequiredScopes): Promise<string[]>;
+export declare function getMissingScopes(existing: Scopes | undefined, required: RequiredScopes): Promise<string[]>;
 export declare function getScopesWithInteractiveConsent(): Set<string>;
 //# sourceMappingURL=index.d.ts.map
\ No newline at end of file