Taos API Reference
    Preparing search index...

    Interface PublishedPack

    A finished archive ready to write to disk.

    interface PublishedPack {
        id: string;
        fileName: string;
        bytes: Uint8Array;
    }
    Index

    Properties

    Properties

    id: string
    fileName: string
    bytes: Uint8Array