import { type z } from 'zod'; export type ToZodObject = z.ZodObject<{ [K in keyof T]-?: z.ZodType; }>;