Variable shpStartSelfCheckSchemaConst
shpStartSelfCheckSchema: ZodObject<
extendShape<
{
operateType: ZodLiteral<"TCP">;
sn: ZodType<`SP10${string}`, ZodTypeDef, `SP10${string}`>;
},
{
params: ZodObject<
{
cmdSet: ZodLiteral<11>;
id: ZodLiteral<112>;
selfCheckType: ZodNumber;
},
"strip",
ZodTypeAny,
{ cmdSet: 11; id: 112; selfCheckType: number },
{ cmdSet: 11; id: 112; selfCheckType: number },
>;
},
>,
"strip",
ZodTypeAny,
{
operateType: "TCP";
params: { cmdSet: 11; id: 112; selfCheckType: number };
sn: `SP10${string}`;
},
{
operateType: "TCP";
params: { cmdSet: 11; id: 112; selfCheckType: number };
sn: `SP10${string}`;
},
> = ...
Start self-check information pushing