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, ArrayBuffer>,
ZodArray<ZodBoolean>,
ZodArray<ZodString>,
ZodArray<ZodNumber>,
ZodArray<ZodNumber>,
],
>,
],
> = ...
Schema for a binary message in the msgpack format.