/** * @example * { * withSettings: true * } */ export interface VoicesGetRequest { /** This parameter is now deprecated. It is ignored and will be removed in a future version. */ withSettings?: boolean; }