@@ -434,6 +434,16 @@ export function remoteConfig(app?: App): remoteConfig.RemoteConfig;
434434
435435// @public (undocumented)
436436export namespace remoteConfig {
437+ // Warning: (ae-forgotten-export) The symbol "ExperimentParameterValue" needs to be exported by the entry point default-namespace.d.ts
438+ export type ExperimentParameterValue = ExperimentParameterValue ;
439+ // Warning: (ae-forgotten-export) The symbol "ExperimentValue" needs to be exported by the entry point default-namespace.d.ts
440+ export type ExperimentValue = ExperimentValue ;
441+ // Warning: (ae-forgotten-export) The symbol "ExperimentVariantExplicitValue" needs to be exported by the entry point default-namespace.d.ts
442+ export type ExperimentVariantExplicitValue = ExperimentVariantExplicitValue ;
443+ // Warning: (ae-forgotten-export) The symbol "ExperimentVariantNoChange" needs to be exported by the entry point default-namespace.d.ts
444+ export type ExperimentVariantNoChange = ExperimentVariantNoChange ;
445+ // Warning: (ae-forgotten-export) The symbol "ExperimentVariantValue" needs to be exported by the entry point default-namespace.d.ts
446+ export type ExperimentVariantValue = ExperimentVariantValue ;
437447 // Warning: (ae-forgotten-export) The symbol "ExplicitParameterValue" needs to be exported by the entry point default-namespace.d.ts
438448 export type ExplicitParameterValue = ExplicitParameterValue ;
439449 // Warning: (ae-forgotten-export) The symbol "InAppDefaultValue" needs to be exported by the entry point default-namespace.d.ts
@@ -444,6 +454,10 @@ export namespace remoteConfig {
444454 export type ListVersionsResult = ListVersionsResult ;
445455 // Warning: (ae-forgotten-export) The symbol "ParameterValueType" needs to be exported by the entry point default-namespace.d.ts
446456 export type ParameterValueType = ParameterValueType ;
457+ // Warning: (ae-forgotten-export) The symbol "PersonalizationParameterValue" needs to be exported by the entry point default-namespace.d.ts
458+ export type PersonalizationParameterValue = PersonalizationParameterValue ;
459+ // Warning: (ae-forgotten-export) The symbol "PersonalizationValue" needs to be exported by the entry point default-namespace.d.ts
460+ export type PersonalizationValue = PersonalizationValue ;
447461 // Warning: (ae-forgotten-export) The symbol "RemoteConfig" needs to be exported by the entry point default-namespace.d.ts
448462 export type RemoteConfig = RemoteConfig ;
449463 // Warning: (ae-forgotten-export) The symbol "RemoteConfigCondition" needs to be exported by the entry point default-namespace.d.ts
@@ -458,6 +472,10 @@ export namespace remoteConfig {
458472 export type RemoteConfigTemplate = RemoteConfigTemplate ;
459473 // Warning: (ae-forgotten-export) The symbol "RemoteConfigUser" needs to be exported by the entry point default-namespace.d.ts
460474 export type RemoteConfigUser = RemoteConfigUser ;
475+ // Warning: (ae-forgotten-export) The symbol "RolloutParameterValue" needs to be exported by the entry point default-namespace.d.ts
476+ export type RolloutParameterValue = RolloutParameterValue ;
477+ // Warning: (ae-forgotten-export) The symbol "RolloutValue" needs to be exported by the entry point default-namespace.d.ts
478+ export type RolloutValue = RolloutValue ;
461479 // Warning: (ae-forgotten-export) The symbol "TagColor" needs to be exported by the entry point default-namespace.d.ts
462480 export type TagColor = TagColor ;
463481 // Warning: (ae-forgotten-export) The symbol "Version" needs to be exported by the entry point default-namespace.d.ts
0 commit comments