/** * 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 { GetFileV1FileType } from "./GetFileV1FileType"; import { GetFileV1Status } from "./GetFileV1Status"; export declare const GetFileV1: core.serialization.ObjectSchema; export declare namespace GetFileV1 { interface Raw { downloadUrl: string; expiryTime?: string | null; fileBytes: number; fileName: string; fileType: GetFileV1FileType.Raw; id: string; orgId: string; sessionIds?: string[] | null; status: GetFileV1Status.Raw; uploadStartTime: string; } }