Alokai

FeatureValue

Representation of a Feature Value FeatureValue

export interface FeatureValue {
	'value'?: string;
}

Properties

NameRequiredTypeDescription
valueOptionalstringValue of the feature {string} FeatureValue

On this page