import type * as ElevenLabs from "../index"; /** * Cost of running post-call analysis on this conversation. * Present once an analysis pass has run, billed or not. */ export interface AnalysisCharging { total: ElevenLabs.AnalysisRunningTotal; lastRun: ElevenLabs.AnalysisRunSnapshot; }