/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * {} */ export interface VoicesGetAllRequest { /** * If set to true, legacy premade voices will be included in responses from /v1/voices */ show_legacy?: boolean; }