TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface AttachmentOptions

    interface AttachmentOptions {
        archive: string;
        filename: string;
        type?: string;
    }
    Index

    Properties

    archive: string

    Archive itself

    filename: string

    Name for the archive

    type?: string

    Type of attached data e.g. “base64”