fix: Item type

This commit is contained in:
Artemy 2023-08-10 13:41:44 +03:00
parent 82868b2d47
commit 6416322628
3 changed files with 4 additions and 4 deletions

View file

@ -176,4 +176,4 @@ export interface Search {
suggestion: string | null;
}
export type Item = Video | Channel;
export type Item = Video | Channel | Playlist;