/** * This file was auto-generated by Fern from our API Definition. */ /** * Status of the file */ export type CreateFileV1Status = "available" | "uploading" | "upload_failed" | "deleted"; export declare const CreateFileV1Status: { readonly Available: "available"; readonly Uploading: "uploading"; readonly UploadFailed: "upload_failed"; readonly Deleted: "deleted"; };