MessageExtType:
    | string
    | boolean
    | number
    | object

Indicates possible ext types.

object - A JavaScript value, usually an Object or array.