Type Alias NotificationPatchSchema

NotificationPatchSchema: NotificationPatch[]

An array of JSON Patch documents

[
{
op: "replace",
path: "/read"
}
]