Type Alias DisTubeVoiceEvents

DisTubeVoiceEvents: {
    disconnect: (error?: Error) => Awaitable;
    error: (error: Error) => Awaitable;
    finish: () => Awaitable;
}

Type declaration