UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

8 lines 220 B
/** * Parameters shared across tevm actions */ export const zBaseParams: z.ZodObject<{ throwOnFail: z.ZodOptional<z.ZodBoolean>; }, z.core.$strip>; import { z } from 'zod'; //# sourceMappingURL=zBaseParams.d.ts.map