FeatureUnit
Representation of a Feature Unit FeatureUnit
export interface FeatureUnit {
'name'?: string;
'symbol'?: string;
'unitType'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
name | Optional | string | Name of the feature unit {string} FeatureUnit |
symbol | Optional | string | Symbol of the feature unit {string} FeatureUnit |
unitType | Optional | string | Type of the feature unit {string} FeatureUnit |