Vinyl
    Preparing search index...

    Type Alias PropertyPatches<T>

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

    A record of property key to property patch.

    Type Parameters

    • in T