Type Alias AttrValue

AttrValue:
    | string
    | number
    | boolean
    | any[]
    | object

Value of an attribute.