Type Alias AttributeValue

AttributeValue: string | number | ApiDate | DateInterval | boolean

Possible types for attribute values

The mapping between attributes types and value types is as follows

Enumeration attribute -> string

Responsibility attribute -> string

Numeric attribute -> number

Text attribute -> string

Date attribute -> ApiDate

Date interval - > DateInterval

Boolean attribute -> boolean