interface DeleteOperation {
    index: number;
    op: "DELETE";
}

Hierarchy (view full)

Properties

Properties

index: number
op