FeatureFlareEnvironmentKey
Built-in environment key literals accepted by the React provider config.
More on this: see FeatureFlareReactConfig for where this type is used.
export type FeatureFlareEnvironmentKey =
| 'development'
| 'staging'
| 'revisions'
| 'production';Values
development
Targets the development environment.
staging
Targets the staging environment.
revisions
Targets revision or preview-style environments.
production
Targets the production environment.
Related docs
- FeatureFlareReactConfig for config fields that accept this type.