@forge/bridge
5.14.0-next.45.14.0-next.5
out/types.d.ts~
out/types.d.tsModified−18
Index: package/out/types.d.ts
===================================================================
--- package/out/types.d.ts
+++ package/out/types.d.ts
@@ -1,7 +1,6 @@
import { type ForgeSupportedLocaleCode } from '@forge/i18n';
import { type ThemeState } from '@atlaskit/tokens';
-import { StatsigUserInternal } from '@statsig/js-client';
import { type Scopes, type External } from '@forge/manifest';
export declare type InvokePayload = {
[key in number | string]: any;
};
@@ -63,25 +62,8 @@
}
export declare type Subscription = {
unsubscribe: () => void;
};
-export declare type InitFeatureFlagsPayload = {
- user: StatsigUserInternal;
-};
-export declare type InitFeatureFlagsResponse = Record<string, any> | void;
-export declare enum FeatureFlagEventType {
- CHECKFLAG = "checkFlag"
-}
-export declare type FeatureFlagEnvironment = 'development' | 'staging' | 'production';
-export declare type FeatureFlagEventProperties = {
- environment?: FeatureFlagEnvironment;
- success?: boolean;
- name?: string;
-};
-export declare type FeatureFlagEventTrackPayload = {
- type: FeatureFlagEventType;
- properties: FeatureFlagEventProperties;
-};
export interface RuntimePermissions {
scopes?: Scopes;
external?: External;
}