@rbxts/fletchette
    Preparing search index...

    Type Alias DiffChange<K, V>

    DiffChange: { key: K; type: Set; value: V } | { key: K; type: Delete }

    Type Parameters

    • K
    • V