Variable deltaPro3BaseSchemaConst
deltaPro3BaseSchema: ZodObject<
{
cmdFunc: ZodLiteral<254>;
cmdId: ZodLiteral<17>;
dest: ZodLiteral<2>;
dirDest: ZodLiteral<1>;
dirSrc: ZodLiteral<1>;
needAck: ZodLiteral<true>;
sn: ZodType<`MR51${string}`, ZodTypeDef, `MR51${string}`>;
},
"strip",
ZodTypeAny,
{
cmdFunc: 254;
cmdId: 17;
dest: 2;
dirDest: 1;
dirSrc: 1;
needAck: true;
sn: `MR51${string}`;
},
{
cmdFunc: 254;
cmdId: 17;
dest: 2;
dirDest: 1;
dirSrc: 1;
needAck: true;
sn: `MR51${string}`;
},
> = ...