Type Alias FeedbackPatchArray

FeedbackPatchArray: JSONPatch[]

An array of JSON Patch documents.

[
{
op: "replace",
path: "/reason",
value: "irrelevant"
}
]