xdash • Readme | API xdash / DeepPartial Type alias: DeepPartial<T> DeepPartial<T>: Partial<{ [K in keyof T]: Partial<T[K]> }> Type parameters • T Source types.ts:15