mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-30 20:24:25 +00:00
Fixed Typings
This commit is contained in:
@@ -2,7 +2,7 @@ import { YouTubeChannel } from './Channel';
|
||||
import { YouTubeThumbnail } from './Thumbnail';
|
||||
|
||||
interface VideoMusic {
|
||||
song?: MusicEntry;
|
||||
song?: string | MusicEntry;
|
||||
artist?: string | MusicEntry;
|
||||
album?: string;
|
||||
writers?: string;
|
||||
@@ -11,7 +11,7 @@ interface VideoMusic {
|
||||
|
||||
interface MusicEntry {
|
||||
text?: string;
|
||||
url?: string | undefined;
|
||||
url?: string;
|
||||
}
|
||||
|
||||
interface VideoOptions {
|
||||
|
||||
Reference in New Issue
Block a user