/** * 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 { CreateFileRestInputV1FileType } from "../../types/CreateFileRestInputV1FileType"; export declare const CreateFileRestInputV1: core.serialization.Schema; export declare namespace CreateFileRestInputV1 { interface Raw { fileName: string; fileType?: CreateFileRestInputV1FileType.Raw | null; id?: string | null; sessionIds?: string[] | null; } }