mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-20 03:30:55 +03:00
Updated API docs to fix errors
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
import { Download } from './Download';
|
||||
|
||||
export interface DownloadResponse {
|
||||
download?: Download | null;
|
||||
download?: Download;
|
||||
}
|
||||
@@ -19,8 +19,5 @@ export interface DownloadTwitchChatByVODIDRequest {
|
||||
* User UID
|
||||
*/
|
||||
uuid?: string;
|
||||
/**
|
||||
* Subscription
|
||||
*/
|
||||
sub?: Subscription;
|
||||
}
|
||||
@@ -5,5 +5,5 @@
|
||||
import { Download } from './Download';
|
||||
|
||||
export interface GetDownloadResponse {
|
||||
download?: Download | null;
|
||||
download?: Download;
|
||||
}
|
||||
Reference in New Issue
Block a user