A variant of a feature flag.

Hierarchy

  • Variant

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createdAt?: Date

The timestamp when the variant was created.

id: string

The unique identifier of the variant.

key: string

The unique key of the variant.

name: string

The name of the variant.

updatedAt?: Date

The timestamp when the variant was last updated.

value: string

The value of the variant as a string.

Generated using TypeDoc