Variable runGetMethodConst
runGetMethod: ZodObject<
{
exit_code: ZodNumber;
gas_used: ZodNumber;
stack: ZodArray<
ZodObject<
{
type: ZodUnion<
readonly [
ZodLiteral<"cell">,
ZodLiteral<"slice">,
ZodLiteral<"num">,
ZodLiteral<"list">,
ZodLiteral<"tuple">,
ZodLiteral<"unsupported_type">,
],
>;
value: ZodAny;
},
$strip,
>,
>;
},
$strip,
> = ...