@rbxts/fletchette
    Preparing search index...

    Type Alias DiffPayload<T>

    type DiffPayload<T> = {
        changes: DiffChange<T>[];
        full: boolean;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    changes: DiffChange<T>[]
    full: boolean