@twinfinity/core
    Preparing search index...

    Interface AssetCatalogCategory

    One entry in an AssetCatalogResponse: a category and its latest non-deleted types in title order. The wire shapes for category/type rows are reused from the standalone CRUD endpoints so the same components can render rows from either source.

    interface AssetCatalogCategory {
        category: AssetCategoryGet;
        types: AssetTypeGet[];
    }
    Index

    Properties

    Properties

    types: AssetTypeGet[]