json-joy
    Preparing search index...

    Interface OperationBase

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    op: OpType
    path: string | Path