Uint8Array (Schema.Uint8ArrayFromX), but I'm not seeing any helpers that take a Uint8Array and decode it to other datatypes (Schema.XFromUint8Array).data you publish ends up as a string | Uint8Array<ArrayBufferLike> when consuming. Without effect, decoding the data as the consumer looks something like this:Schema.StringFromUint8Array and compose that with Schema.parseJson(MyMessageType), but that doesn't exist.Uint8Array to be treated as the "encoded" format that you'd decode to other datatypes