fix: add uploaderName

This commit is contained in:
Artemy 2023-08-08 18:29:24 +03:00
parent dccc55d4b5
commit da9200c4ca
3 changed files with 4 additions and 3 deletions

View file

@ -87,6 +87,7 @@ export interface Video {
uploaderAvatar: string;
uploaderUrl: string;
uploaderVerified: boolean;
uploaderName: string;
url: string;
views: number;
isShort: boolean;