Type Alias PatchArray<T>

PatchArray: {
    currentIndex: number;
    item: T;
    nextIndex: number;
    op: PatchOperation;
}

Type Parameters

  • T

Type declaration