/** * This file was auto-generated by Fern from our API Definition. */ export interface VoicesGetRequest { /** * If set will return settings information corresponding to the voice, requires authorization. */ with_settings?: boolean; }