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

@@ -3,7 +3,9 @@ export interface ChannelIconInterface {
width: number;
height: number;
}
/**
* Class for YouTube Channel url
*/
export class YouTubeChannel {
name?: string;
verified?: boolean;