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

Hierarchy (View Summary)

Properties

Properties

index: number
op: "DELETE"