Type Alias PatchFilterItem

type PatchFilterItem = {
    op: "replace";
    path: "/filter";
    value: { Filter?: FilterItemPatch };
}
Index

Properties

Properties

op: "replace"

operation (replace).

path: "/filter"

A JSON Pointer path (/).

value: { Filter?: FilterItemPatch }

The value to be used for this operation. The properties that cannot be patched include id, filterType, appId