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