Merge pull request #370 from woniuxingdong/master #257
Annotations
10 errors and 1 warning
Build & release app
Type '(item: Omit<DownloadItem, "id">) => Promise<Video>' is not assignable to type '(video: Omit<DownloadItem, "id">) => Promise<Video>'.
|
Build & release app
Type '(items: Omit<DownloadItem, "id">[]) => Promise<Video[]>' is not assignable to type '(videos: Omit<DownloadItem, "id">[]) => Promise<Video[]>'.
|
Build & release app
Type '(video: Omit<DownloadItem, "id">) => Promise<void>' is not assignable to type '(video: Omit<import("/home/runner/work/mediago/mediago/packages/main/types/interfaces").DownloadItem, "id">) => Promise<void>'.
|
Build & release app
Type '(videos: Omit<DownloadItem, "id">[]) => Promise<void>' is not assignable to type '(videos: Omit<import("/home/runner/work/mediago/mediago/packages/main/types/interfaces").DownloadItem, "id">[]) => Promise<void>'.
|
Build & release app
Type '(video: DownloadItem) => Promise<void>' is not assignable to type '(video: import("/home/runner/work/mediago/mediago/packages/main/types/interfaces").DownloadItem) => Promise<void>'.
|
Build & release app
Type '(video: DownloadItem) => Promise<void>' is not assignable to type '(video: import("/home/runner/work/mediago/mediago/packages/main/types/interfaces").DownloadItem) => Promise<void>'.
|
Build & release app
Argument of type 'Omit<DownloadItem, "id">[]' is not assignable to parameter of type 'Omit<import("/home/runner/work/mediago/mediago/packages/main/types/interfaces").DownloadItem, "id">[]'.
|
Build & release app
Argument of type 'Omit<DownloadItem, "id">[]' is not assignable to parameter of type 'Omit<import("/home/runner/work/mediago/mediago/packages/main/types/interfaces").DownloadItem, "id">[]'.
|
Build & release app
Argument of type 'Omit<DownloadItem, "id">' is not assignable to parameter of type 'Omit<import("/home/runner/work/mediago/mediago/packages/main/types/interfaces").DownloadItem, "id">'.
|
Build & release app
Argument of type 'Omit<DownloadItem, "id">' is not assignable to parameter of type 'Omit<import("/home/runner/work/mediago/mediago/packages/main/types/interfaces").DownloadItem, "id">'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading