/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ import type { WebitelKnowledgebaseLookup } from './webitelKnowledgebaseLookup'; export interface WebitelKnowledgebaseAttachment { /** The unique ID of the association. Never changes. */ id?: string; /** The size of the attachment. */ size?: number; /** The title of the article. */ title?: string; /** The user who loaded this attachment. */ uploadedBy?: WebitelKnowledgebaseLookup; }