Type Alias ValueType

ValueType:
    | number
    | bigint
    | string
    | boolean
    | null
    | Uint8Array
    | readonly ValueType[]
    | ValueMap

Value types that can be encoded to MessagePack.