Type alias FetchOptions

FetchOptions: {
    download: string | string[] | DetailedDownloadInfo;
    latest?: boolean;
    model?: Partial<ModelSettings>;
    tag?: string;
}

Type declaration