@forge/bridge

6.1.1-next.16.1.1-next.2
out/featureFlags/types.d.ts
~out/featureFlags/types.d.tsModified
−12
Index: package/out/featureFlags/types.d.ts
===================================================================
--- package/out/featureFlags/types.d.ts
+++ package/out/featureFlags/types.d.ts
@@ -12,18 +12,6 @@
     user: FeatureFlagUser;
     config: ForgeFeatureFlagConfig;
 };
 export type InitFeatureFlagsResponse = Record<string, any> | void;
-export declare enum FeatureFlagEventType {
-    CHECKFLAG = "checkFlag"
-}
 export type FeatureFlagEnvironment = 'development' | 'staging' | 'production';
-export type FeatureFlagEventProperties = {
-    environment?: FeatureFlagEnvironment;
-    success?: boolean;
-    name?: string;
-};
-export type FeatureFlagEventTrackPayload = {
-    type: FeatureFlagEventType;
-    properties: FeatureFlagEventProperties;
-};
 //# sourceMappingURL=types.d.ts.map
\ No newline at end of file