/** * This file was auto-generated by Fern from our API Definition. */ import * as ElevenLabs from ".."; export interface VoiceSharingResponseModel { status: ElevenLabs.VoiceSharingState; original_voice_id: string; public_owner_id: string; liked_by_count: number; cloned_by_count: number; whitelisted_emails: string[]; review_status: ElevenLabs.ReviewStatus; enabled_in_library: boolean; financial_rewards_enabled: boolean; name: string; labels: Record; description?: string; history_item_sample_id?: string; review_message?: string; }