Alokai

FeatureUnit

Representation of a Feature Unit FeatureUnit

export interface FeatureUnit {
	'name'?: string;
	'symbol'?: string;
	'unitType'?: string;
}

Properties

NameRequiredTypeDescription
nameOptionalstringName of the feature unit {string} FeatureUnit
symbolOptionalstringSymbol of the feature unit {string} FeatureUnit
unitTypeOptionalstringType of the feature unit {string} FeatureUnit

On this page