@bootdesk/js-web-adapter-core
    Preparing search index...

    Interface Attachment

    interface Attachment {
        id: string;
        mimeType?: string;
        name: string;
        size?: number;
        type?: string;
        url: string;
    }
    Index

    Properties

    id: string
    mimeType?: string
    name: string
    size?: number
    type?: string
    url: string