mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Type fix and workflow update
This commit is contained in:
@@ -7,16 +7,12 @@ import { YouTubeThumbnail } from './Thumbnail';
|
||||
* The property names change depending on your region's language.
|
||||
*/
|
||||
interface VideoMusic {
|
||||
song?: string | MusicEntry;
|
||||
artist?: string | MusicEntry;
|
||||
song?: string;
|
||||
url?: string | null;
|
||||
artist?: string;
|
||||
album?: string;
|
||||
writers?: string;
|
||||
license?: string;
|
||||
}
|
||||
|
||||
interface MusicEntry {
|
||||
text?: string;
|
||||
url?: string;
|
||||
licenses?: string;
|
||||
}
|
||||
|
||||
interface VideoOptions {
|
||||
|
||||
Reference in New Issue
Block a user