Represents a single customer feature.

interface CustomerFeature {
    enabled: boolean;
    name: CustomerFeatureName;
}

Properties

Properties

enabled: boolean

Is the customer feature enabled.

Customer feature name.