/** * @example * { * newName: "John Smith" * } */ export interface BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost { /** The name that identifies this voice. This will be displayed in the dropdown of the website. */ newName: string; bookmarked?: boolean; }