/** * This file was auto-generated by Fern from our API Definition. */ import * as ElevenLabs from "../index"; export interface ConversationChargingCommonModel { dev_discount?: boolean; tier?: string; llm_usage?: ElevenLabs.LlmCategoryUsage; llm_price?: number; }