/** * This file was auto-generated by Fern from our API Definition. */ /** * Type of the file */ export type CreateFileRestInputV1FileType = "browser_download" | "screenshot" | "recording" | "customer_upload"; export declare const CreateFileRestInputV1FileType: { readonly BrowserDownload: "browser_download"; readonly Screenshot: "screenshot"; readonly Recording: "recording"; readonly CustomerUpload: "customer_upload"; };