mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 19:31:46 +00:00
fix(music-together): typing
This commit is contained in:
@ -256,6 +256,7 @@ export type VideoDataChangeValue = Record<string, unknown> & {
|
||||
export interface PlayerAPIEvents {
|
||||
videodatachange: {
|
||||
value: VideoDataChangeValue;
|
||||
} & ({ name: 'dataloaded' } | { name: 'dataupdated ' });
|
||||
name: 'dataloaded' | 'dataupdated';
|
||||
};
|
||||
onStateChange: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user