Comments are now added in functions

This commit is contained in:
killer069
2021-09-29 20:23:16 +05:30
parent 8e96e24aeb
commit 5d6b9167ed
15 changed files with 342 additions and 149 deletions

View File

@@ -29,7 +29,9 @@ interface VideoOptions {
private: boolean;
tags: string[];
}
/**
* Class for YouTube Video url
*/
export class YouTubeVideo {
id?: string;
url: string;