json-joy
    Preparing search index...

    Interface OperationUndefined

    Opposite of "defined" operation.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    op: "undefined"
    path: string | Path