/** * This file was auto-generated by Fern from our API Definition. */ import * as Airtop from "../index"; /** * Configuration for a single custom proxy. */ export type Proxy = /** * Url of the proxy. Or `default` to use Airtop-provided proxy. */ string | Airtop.AirtopProxyConfiguration /** * Proxy object with url of the proxy as a parameter. Takes optional username and password. */ | Airtop.ProxyCredentials;