/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * {} */ export interface VoicesGetRequest { /** * This parameter is now deprecated. It is ignored and will be removed in a future version. */ with_settings?: boolean; }