Container for a request to toggle the state of the feature to ENABLED or DISABLED.

interface ProjectFeatureToggleRequest {
    state?: "ENABLED" | "DISABLED" | "COMING_SOON";
}

Hierarchy (view full)

Properties

Properties

state?: "ENABLED" | "DISABLED" | "COMING_SOON"

The new state for the feature