@twinfinity/core
    Preparing search index...

    Interface AssetCatalogResponse

    Wire shape of GET /asset-type-catalog: the customer's asset-type catalog, categories nested with their latest non-deleted types and full metadata schemas. One round-trip is enough to populate a picker dropdown and the per-type metadata form.

    interface AssetCatalogResponse {
        categories: AssetCatalogCategory[];
    }
    Index

    Properties

    Properties

    categories: AssetCatalogCategory[]