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