diff --git a/src/types/config.ts b/src/types/config.ts index b66698f..7a60c6d 100644 --- a/src/types/config.ts +++ b/src/types/config.ts @@ -63,7 +63,7 @@ export interface ExperimentConfig { * automatically sets the {@link serverUrl} and {@link flagsServerUrl} * configurations. */ - serverZone?: string; + serverZone?: 'US' | 'EU'; /** * The request timeout, in milliseconds, when fetching variants.