Interface OperationBase

interface OperationBase {
    op: OpType;
    path: string | Path;
}

Hierarchy (view full)

Properties

Properties

op: OpType
path: string | Path