Variable msgPackSchemaConst
msgPackSchema: ZodTuple<
[
ZodUnion<readonly [ZodNumber, ZodLiteral<-1>]>,
ZodNumber,
ZodUnion<
readonly [
ZodLiteral<0>,
ZodLiteral<1>,
ZodLiteral<2>,
ZodLiteral<3>,
ZodLiteral<4>,
ZodLiteral<5>,
ZodLiteral<16>,
ZodLiteral<17>,
ZodLiteral<18>,
ZodLiteral<19>,
ZodLiteral<20>,
],
>,
ZodUnion<
readonly [
ZodBoolean,
ZodNumber,
ZodNumber,
ZodString,
ZodCustom<Uint8Array<ArrayBufferLike>, Uint8Array<ArrayBufferLike>>,
ZodArray<ZodBoolean>,
ZodArray<ZodString>,
ZodArray<ZodNumber>,
ZodArray<ZodNumber>,
],
>,
],
null,
> = ...
Schema for a binary message in the msgpack format.