type DeepPartial = { [P in keyof T]?: T[P] extends Array ? Array> : (T[P] extends ReadonlyArray ? ReadonlyArray> : DeepPartial); };