/** * This file was auto-generated by Fern from our API Definition. */ /** * The status of the project creation action. */ export type ProjectCreationMetaResponseModelStatus = "pending" | "creating" | "finished" | "failed"; export declare const ProjectCreationMetaResponseModelStatus: { readonly Pending: "pending"; readonly Creating: "creating"; readonly Finished: "finished"; readonly Failed: "failed"; };