Circle V2 API Docs
    Preparing search index...

    Type Alias FlagName

    FlagName: [keyof FeatureFlagRegistry] extends [never]
        ? string
        : keyof FeatureFlagRegistry & string

    Allowed flag key type. Narrows to the augmented registry keys when populated; falls back to string when no keys have been registered.