Type alias IRecursiveSetProp<T>

IRecursiveSetProp<T>: {
    [key in keyof T]?: any
}

Sets existing properties on object.

Type Parameters

  • T