/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../index"; import * as Airtop from "../../api/index"; import * as core from "../../core"; import { CreateFileV1FileType } from "./CreateFileV1FileType"; import { CreateFileV1Status } from "./CreateFileV1Status"; export declare const CreateFileV1: core.serialization.ObjectSchema; export declare namespace CreateFileV1 { interface Raw { fileBytes: number; fileName: string; fileType: CreateFileV1FileType.Raw; id: string; orgId: string; sessionIds?: string[] | null; status: CreateFileV1Status.Raw; uploadStartTime: string; uploadUrl: string; } }