interface BaseOperation {
    op: string;
}

Hierarchy (View Summary)

Properties

Properties

op: string