the union of all possible feature flag keys.
E.g. 'useV2ui' | 'useNewPaymentGateway' | ...
the union of all expected props on the user identifier object.
E.g. 'organization' | 'email' | ...
Async function that fetches flags from a flag source
the props needed to identify a user enough to find the correct flags
An initialization function that is called once upon initialization
Generated using TypeDoc
Defines a source of feature flags. This serves as an extensibility point where anyone can implement their own flag source if they desire.