mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-12 02:51:46 +00:00
7 lines
162 B
TypeScript
7 lines
162 B
TypeScript
import type { VideoDataChangeValue } from '@/types/player-api-events';
|
|
|
|
export interface VideoDataChanged {
|
|
name: string;
|
|
videoData?: VideoDataChangeValue;
|
|
}
|