Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias PlayerEventType
import { type PlayerEventType } from "https://deno.land/x/lavalink_types@2.0.6/src/player.ts";
definition:
| "TrackStartEvent"
| "TrackEndEvent"
| "TrackExceptionEvent"
| "TrackStuckEvent"
| "WebSocketClosedEvent"