mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
@ -241,7 +241,8 @@ export interface FlagEndpoint {
|
||||
flagAction: string;
|
||||
}
|
||||
|
||||
export type VideoDataChangeValue = {
|
||||
// see song-info-front.ts
|
||||
export type VideoDataChangeValue = Record<string, unknown> & {
|
||||
videoId: string;
|
||||
title: string;
|
||||
author: string;
|
||||
|
||||
Reference in New Issue
Block a user