/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for LinkHttpMethod */ export declare enum LinkHttpMethod { Get = "GET", Post = "POST", Put = "PUT", Delete = "DELETE", Head = "HEAD", Connect = "CONNECT", Options = "OPTIONS", Patch = "PATCH" } /** * Schema for LinkHttpMethod */ export declare const linkHttpMethodSchema: Schema; //# sourceMappingURL=linkHttpMethod.d.ts.map