/** * This file was auto-generated by Fern from our API Definition. */ export interface AirtopProxyConfiguration { /** Country to exit from, in [ISO 3166-1 alpha-2 format](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). Or `global` to get IP addresses from random countries. We do not guarantee an available proxy in all countries. */ country?: string; /** Try to maintain the same IP address for the duration for up to a maximum of 30 minutes. `true` by default. Stickiness is on a best-effort basis; we cannot guarantee that the same IP address will be available for 30 minutes at a time. */ sticky?: boolean; }