DeepPartialtype DeepPartial<T> = [P in keyof T]?: DeepPartial<T[P]>;§Type Parameters§T[src]§Type§[P in keyof T]?: DeepPartial<T[P]>[src]