import { Operation } from "fast-json-patch"; /** * A collection of JSON patch operations, defined by the `Operation` class. */ export type JsonPatch = Operation[];