Variable shpRegionInfoConfigSchemaConst
shpRegionInfoConfigSchema: ZodObject<
extendShape<
{
operateType: ZodLiteral<"TCP">;
sn: ZodType<`SP10${string}`, ZodTypeDef, `SP10${string}`>;
},
{
params: ZodObject<
{ area: ZodString; cmdSet: ZodLiteral<11>; id: ZodLiteral<34> },
"strip",
ZodTypeAny,
{ area: string; cmdSet: 11; id: 34 },
{ area: string; cmdSet: 11; id: 34 },
>;
},
>,
"strip",
ZodTypeAny,
{
operateType: "TCP";
params: { area: string; cmdSet: 11; id: 34 };
sn: `SP10${string}`;
},
{
operateType: "TCP";
params: { area: string; cmdSet: 11; id: 34 };
sn: `SP10${string}`;
},
> = ...
Region information configuration