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

    Type Alias JPatchOpTest

    type JPatchOpTest = {
        op: "test";
        path: string;
        value: JData;
    }
    Index

    Properties

    Properties

    op: "test"
    path: string
    value: JData