@forge/manifest
13.0.0-next.213.0.0-next.3
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[];
};