@forge/manifest
12.9.0-experimental-04cc2b912.9.1-next.0
out/scopes/index.d.ts~
out/scopes/index.d.tsModified+1−1
Index: package/out/scopes/index.d.ts
===================================================================
--- package/out/scopes/index.d.ts
+++ package/out/scopes/index.d.ts
@@ -1,6 +1,6 @@
import { Scopes } from '../schema/manifest';
-export type RequiredScopes = {
+export declare type RequiredScopes = {
current: string[];
deprecated?: string[];
beta?: string[];
};