Vinyl
    Preparing search index...

    Type Alias EventPatches<EventMap>

    EventPatches: { readonly [P in keyof EventMap]?: EventPatch<EventMap[P]> }

    A record of event type to an event patch.

    Type Parameters

    • in EventMap