A map of feature flags from their keys to their values.

interface LDFlagSet {
    [key: string]: LDFlagValue;
}

Indexable

[key: string]: LDFlagValue