/** * This file was auto-generated by Fern from our API Definition. */ /** * The type of the project creation action. */ export type ProjectCreationMetaResponseModelType = "blank" | "generate_podcast" | "auto_assign_voices"; export declare const ProjectCreationMetaResponseModelType: { readonly Blank: "blank"; readonly GeneratePodcast: "generate_podcast"; readonly AutoAssignVoices: "auto_assign_voices"; };