@rbxts/fletchette
    Preparing search index...

    Type Alias DiffPayload<K, V>

    type DiffPayload<K, V extends ShallowObject> = {
        changes: DiffChange<K, V>[];
        full: boolean;
    }

    Type Parameters

    Index

    Properties

    Properties

    changes: DiffChange<K, V>[]
    full: boolean