Type alias TypedDisTubeEvents

TypedDisTubeEvents: {
    [K in keyof DisTubeEvents]: ((...args) => Awaitable)
}