InterfacesJsonPatchAddOperationOn this pageInterface: JsonPatchAddOperation<T> Extends JsonPatchBaseOperation Type Parameters Type ParameterT Properties op op: "add"; path path: string; Inherited from JsonPatchBaseOperation.path value value: T;