Variable msgPackSchemaConst
msgPackSchema: ZodTuple<
[
ZodUnion<[ZodNumber, ZodLiteral<-1>]>,
ZodNumber,
ZodUnion<
[
ZodLiteral<0>,
ZodLiteral<1>,
ZodLiteral<2>,
ZodLiteral<3>,
ZodLiteral<4>,
ZodLiteral<5>,
ZodLiteral<16>,
ZodLiteral<17>,
],
>,
ZodUnion<
[
ZodBoolean,
ZodNumber,
ZodNumber,
ZodString,
ZodType<ArrayBuffer, ZodTypeDef, ArrayBuffer>,
ZodArray<ZodBoolean, "many">,
ZodArray<ZodString, "many">,
ZodArray<ZodNumber, "many">,
ZodArray<ZodNumber, "many">,
],
>,
],
null,
> = ...
Schema for a binary message in the msgpack format.