@forge/bridge
5.15.2-next.0-experimental-5b726e65.16.0-next.1
out/types.d.ts~
out/types.d.tsModified+6
Index: package/out/types.d.ts
===================================================================
--- package/out/types.d.ts
+++ package/out/types.d.ts
@@ -62,8 +62,14 @@
}
export declare type Subscription = {
unsubscribe: () => void;
};
+/**
+ * Runtime representation of app permissions that extends the manifest schema.
+ *
+ * This type represents the scopes and external permissions that the app
+ * has been granted, as configured in the manifest.yml file.
+ */
export interface RuntimePermissions {
scopes?: Scopes;
external?: External;
}