Interface OperationUndefined

Opposite of "defined" operation.

interface OperationUndefined {
    op: "undefined";
    path: string | Path;
}

Hierarchy (view full)

Properties

Properties

op: "undefined"
path: string | Path