@forge/bridge
6.0.0-next.36.0.0-next.4
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 declare type InitFeatureFlagsPayload = {
+export type InitFeatureFlagsPayload = {
user: FeatureFlagUser;
config: ForgeFeatureFlagConfig;
};
-export declare type InitFeatureFlagsResponse = Record<string, any> | void;
+export type InitFeatureFlagsResponse = Record<string, any> | void;
export declare enum FeatureFlagEventType {
CHECKFLAG = "checkFlag"
}
-export declare type FeatureFlagEnvironment = 'development' | 'staging' | 'production';
-export declare type FeatureFlagEventProperties = {
+export type FeatureFlagEnvironment = 'development' | 'staging' | 'production';
+export type FeatureFlagEventProperties = {
environment?: FeatureFlagEnvironment;
success?: boolean;
name?: string;
};
-export declare type FeatureFlagEventTrackPayload = {
+export type FeatureFlagEventTrackPayload = {
type: FeatureFlagEventType;
properties: FeatureFlagEventProperties;
};
//# sourceMappingURL=types.d.ts.map
\ No newline at end of file