/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * new_name: "John Smith" * } */ export interface BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost { /** The name that identifies this voice. This will be displayed in the dropdown of the website. */ new_name: string; }