@truenas/api-client
    Preparing search index...

    Interface CatalogAppsArgs

    interface CatalogAppsArgs {
        cache?: boolean;
        cache_only?: boolean;
        retrieve_all_trains?: boolean;
        trains?: string[];
    }
    Index
    cache?: boolean
    cache_only?: boolean
    retrieve_all_trains?: boolean
    trains?: string[]