Type Alias PropertyPatches<T>

PropertyPatches<in T>: {
    readonly [P in keyof T]?: PropertyPatch<T, P>
}

A record of property key to property patch.

Type Parameters

  • in T