Type Alias AliasPatch

AliasPatch: AliasPatchItem[]
[
{
op: "replace",
path: "/name"
},
{
op: "replace",
path: "/models"
}
]