type alias ValueTypeimport { type ValueType } from "https://deno.land/std@0.216.0/msgpack/encode.ts"; Value types that can be encoded to MessagePack. definition: | number | bigint | string | boolean | null | Uint8Array | ValueType[] | ValueMap