MetaFor - v0.3.1
    Preparing search index...

    Type Alias JsonPatch

    type JsonPatch = {
        op: "replace" | "add" | "remove" | "test";
        path: "/context" | "/state" | "/";
        value?: any;
    }
    Index

    Properties

    Properties

    op: "replace" | "add" | "remove" | "test"
    path: "/context" | "/state" | "/"
    value?: any