interface BaseOperation {
    op: string;
}

Hierarchy (view full)

Properties

Properties

op: string