Type Alias PatchFilterItem

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

Properties

Properties

op: "replace"

operation (replace).

path: "/filter"
value: { Filter?: FilterItemPatch }