Experimental
Uses RecursivePartial to make only property values partial.
2.0.0-beta.3
export type RecursivePartialChildren<T> = { [ P in keyof T ]: _RecursivePartial_Value<T[ P ]>;}; Copy
export type RecursivePartialChildren<T> = { [ P in keyof T ]: _RecursivePartial_Value<T[ P ]>;};
Uses RecursivePartial to make only property values partial.