FeatureValue
Representation of a Feature Value FeatureValue
export interface FeatureValue {
'value'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
value | Optional | string | Value of the feature {string} FeatureValue |
Representation of a Feature Value FeatureValue
export interface FeatureValue {
'value'?: string;
}| Name | Required | Type | Description |
|---|---|---|---|
value | Optional | string | Value of the feature {string} FeatureValue |