/** * This file was auto-generated by Fern from our API Definition. */ import * as fs from "fs"; /** * @example * {} */ export interface BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost { /** A custom, human-readable name for the document. */ name?: string; /** URL to a page of documentation that the agent will have access to in order to interact with users. */ url?: string; file?: File | fs.ReadStream | Blob | undefined; }