@webitel/api-services
    Preparing search index...
    interface WebitelKnowledgebaseAttachment {
        id?: string;
        size?: number;
        title?: string;
        uploadedBy?: WebitelKnowledgebaseLookup;
    }
    Index

    Properties

    id?: string

    The unique ID of the association. Never changes.

    size?: number

    The size of the attachment.

    title?: string

    The title of the article.

    The user who loaded this attachment.