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

    Interface ArchiveFile

    interface ArchiveFile {
        content: string;
        name: string;
        type: string;
    }
    Index

    Properties

    Properties

    content: string
    name: string
    type: string