SkippedMethodSchema
constSkippedMethodSchema:ZodObject<{method:ZodString;reason:ZodString; },"strip",ZodTypeAny, {method:string;reason:string; }, {method:string;reason:string; }>
Defined in: packages/core/src/models.ts:13
A method that was not run, with the reason (e.g. missing inputs).