@forge/bridge

5.17.0-experimental-04cc2b95.18.0-next.0
out/featureFlags/types.d.ts
~out/featureFlags/types.d.tsModified
+5−5
Index: package/out/featureFlags/types.d.ts
===================================================================
--- package/out/featureFlags/types.d.ts
+++ package/out/featureFlags/types.d.ts
@@ -7,23 +7,23 @@
         installContext?: string;
         accountId?: string;
     };
 }
-export type InitFeatureFlagsPayload = {
+export declare type InitFeatureFlagsPayload = {
     user: FeatureFlagUser;
     config: ForgeFeatureFlagConfig;
 };
-export type InitFeatureFlagsResponse = Record<string, any> | void;
+export declare type InitFeatureFlagsResponse = Record<string, any> | void;
 export declare enum FeatureFlagEventType {
     CHECKFLAG = "checkFlag"
 }
-export type FeatureFlagEnvironment = 'development' | 'staging' | 'production';
-export type FeatureFlagEventProperties = {
+export declare type FeatureFlagEnvironment = 'development' | 'staging' | 'production';
+export declare type FeatureFlagEventProperties = {
     environment?: FeatureFlagEnvironment;
     success?: boolean;
     name?: string;
 };
-export type FeatureFlagEventTrackPayload = {
+export declare type FeatureFlagEventTrackPayload = {
     type: FeatureFlagEventType;
     properties: FeatureFlagEventProperties;
 };
 //# sourceMappingURL=types.d.ts.map
\ No newline at end of file