@musallam/firefly-client
    Preparing search index...

    Interface CustomModelsFF3pInfo

    interface CustomModelsFF3pInfo {
        _links?: Links;
        custom_models?: CustomModelFF3pInfo[];
        total_count?: number;
    }
    Index

    Properties

    _links?: Links
    custom_models?: CustomModelFF3pInfo[]

    List of custom models.

    total_count?: number

    Total number of results for the query.