import type { z } from 'zod';
export type DynamicZodObject = z.ZodObject<any, any, any, any>;
