z.util.InexactPartialCopyimport type { z } from "https://esm.sh/zod@3.25.76/index.d.cts"; const { InexactPartial } = z.util;type InexactPartial<T> = [k in keyof T]?: T[k] | undefined;§Type Parameters§T[src]§Type§[k in keyof T]?: T[k] | undefined[src]