DeepPartial: { [P in keyof T]?: DeepPartial<T[P]> }

Type Parameters

  • T