json-joy
    Preparing search index...

    Interface OperationType

    interface OperationType {
        op: "type";
        path: string | Path;
        value: JsonPatchTypes;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    op: "type"
    path: string | Path