export interface TrackStartEvent extends PlayerEvent { type: "TrackStartEvent"; track: string; }
Last updated 2 years ago