Variable configParamConst

configParam: ZodObject<{
    @type: ZodLiteral<"configInfo">;
    config: ZodObject<{
        @type: ZodLiteral<"tvm.cell">;
        bytes: ZodString;
    }, "strip", ZodTypeAny, {
        @type: "tvm.cell";
        bytes: string;
    }, {
        @type: "tvm.cell";
        bytes: string;
    }>;
}, "strip", ZodTypeAny, {
    @type: "configInfo";
    config: { "@type": "tvm.cell"; bytes: string; };
}, {
    @type: "configInfo";
    config: { "@type": "tvm.cell"; bytes: string; };
}> = ...

Type declaration

  • @type: ZodLiteral<"configInfo">
  • config: ZodObject<{
        @type: ZodLiteral<"tvm.cell">;
        bytes: ZodString;
    }, "strip", ZodTypeAny, {
        @type: "tvm.cell";
        bytes: string;
    }, {
        @type: "tvm.cell";
        bytes: string;
    }>

Type declaration

  • @type: "configInfo"
  • config: { "@type": "tvm.cell"; bytes: string; }

Type declaration

  • @type: "configInfo"
  • config: { "@type": "tvm.cell"; bytes: string; }

Generated using TypeDoc