InterfacesJsonPatchReplaceOperationOn this pageInterface: JsonPatchReplaceOperation<T> Extends JsonPatchBaseOperation Type Parameters Type ParameterT Properties op op: "replace"; path path: string; Inherited from JsonPatchBaseOperation.path value value: T;