@hat-open/util
    Preparing search index...

    Type Alias JPatchOpReplace

    type JPatchOpReplace = {
        op: "replace";
        path: string;
        value: JData;
    }
    Index

    Properties

    Properties

    op: "replace"
    path: string
    value: JData