@rbxts/fletchette
    Preparing search index...

    Type Alias ReplaceChange<K, V>

    type ReplaceChange<K, V> = {
        key: K;
        type: Replace;
        value: V;
    }

    Type Parameters

    • K
    • V
    Index

    Properties

    Properties

    key: K
    type: Replace
    value: V