z.util.InexactPartialtype InexactPartial<T> = [k in keyof T]?: T[k] | undefined;§Type Parameters§T[src]§Type§[k in keyof T]?: T[k] | undefined[src]