/** * This file was auto-generated by Fern from our API Definition. */ import * as ElevenLabs from "../index"; export interface ProjectCreationMetaResponseModel { /** The progress of the project creation. */ creation_progress: number; /** The status of the project creation action. */ status: ElevenLabs.ProjectCreationMetaResponseModelStatus; /** The type of the project creation action. */ type: ElevenLabs.ProjectCreationMetaResponseModelType; }