import type * as ElevenLabs from "../index"; /** * Composition plan for the `music_v2` model. Using this field with any other model will result in an error. */ export interface CompositionPlan { /** The chunks that make up the generation. */ chunks: ElevenLabs.CompositionPlanChunksItem[]; }