/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for OsType */ export declare enum OsType { Android = "ANDROID", Ios = "IOS", Other = "OTHER" } /** * Schema for OsType */ export declare const osTypeSchema: Schema; //# sourceMappingURL=osType.d.ts.map