doc: add some types

This commit is contained in:
Artemy 2023-08-03 21:28:23 +03:00
parent 51bcba0dcb
commit 8e8a55bddd

View file

@ -89,6 +89,9 @@ export interface Video {
uploaderVerified: boolean;
url: string;
views: number;
isShort: boolean;
uploaded: number;
shortDescription: string;
}
export interface Channel {