/** * 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"; export declare const ExternalFile: core.serialization.ObjectSchema; export declare namespace ExternalFile { interface Raw { deleted: boolean; deletionTime?: string | null; expiryTime?: string | null; fileBytes: number; fileName: string; fileType: string; id: string; lastHeartbeatTime?: string | null; orgId: string; sessionIds?: string[] | null; status: string; uploadCompleteTime?: string | null; uploadStartTime: string; visibleInApi: boolean; visibleInPortal: boolean; } }