/** * Utility type for deep partials. */ export type DeepPartial = { [P in keyof T]?: DeepPartial }