A map of feature flag keys to objects holding changes in their values.

Hierarchy

  • LDFlagChangeset

Indexable

[key: string]: {
    current: LDFlagValue;
    previous: LDFlagValue;
}

Generated using TypeDoc