@forge/manifest

12.9.012.9.0-experimental-04cc2b9
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 declare type RequiredScopes = {
+export type RequiredScopes = {
     current: string[];
     deprecated?: string[];
     beta?: string[];
 };