/** * This file was auto-generated by Fern from our API Definition. */ import * as Abound from "../../../../index"; /** * @example * {} */ export interface TaxTreatiesListRequest { country?: Abound.types.TaxTreatyCountry; }