Type alias RemoteFetchModels

RemoteFetchModels: {
    [key: string]: {
        download: DetailedDownloadInfo;
        hide: boolean;
    } & ModelSettings;
}

Type declaration