@embra/reactivity - v0.0.3
    Preparing search index...

    Interface ReactiveSetChanged<V>

    interface ReactiveSetChanged<V> {
        delete: readonly V[];
        upsert: readonly V[];
    }

    Type Parameters

    • V
    Index

    Properties

    Properties

    delete: readonly V[]
    upsert: readonly V[]