/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for PatchOp */ export declare enum PatchOp { Add = "add", Remove = "remove", Replace = "replace", Move = "move", Copy = "copy", Test = "test" } /** * Schema for PatchOp */ export declare const patchOpSchema: Schema; //# sourceMappingURL=patchOp.d.ts.map