Unit Types

@if (unitTypes?.length === 0) {
Nenhum Unit Types encontrado
} @if (unitTypes && unitTypes.length > 0) {
@for (unitType of unitTypes; track trackId) { }
Name
Description
Value Type
{{ unitType.name }} {{ unitType.description }} {{ { null: '', DECIMAL: 'DECIMAL', BOOLEAN: 'BOOLEAN', STRING: 'STRING' }[unitType.valueType ?? 'null'] }}
}