Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lavadeno/testing/queue.ts>QueueEvents

lavadeno is a simple, easy-to-use, and flexible lavalink client built on the Deno Runtime.
Latest
type alias QueueEvents
import { type QueueEvents } from "https://deno.land/x/lavadeno@3.3.0/testing/queue.ts";
definition: { trackStart: [Song]; trackEnd: [Song]; finished: []; }