Generate types from OpenAPI

This commit is contained in:
Tiger Oakes
2020-09-21 17:11:16 -07:00
parent 8366089444
commit bce0115285
6 changed files with 257 additions and 153 deletions

View File

@@ -63,7 +63,7 @@ export class MainComponent implements OnInit {
youtubeUsername = null;
youtubePassword = null;
urlError = false;
path = '';
path: string | string[] = '';
url = '';
exists = '';
percentDownloaded: number;