Taos API Reference
    Preparing search index...

    Interface PublishResult

    Output of publishPacks: archives to write + the catalog.

    interface PublishResult {
        packs: PublishedPack[];
        catalog: CatalogDoc;
    }
    Index

    Properties

    Properties

    packs: PublishedPack[]
    catalog: CatalogDoc