From c3c951d9398f2921a499ee290dbc4109c48c5b4e Mon Sep 17 00:00:00 2001 From: Joel Szwarga Date: Mon, 13 May 2019 18:31:14 -0500 Subject: [PATCH] Update typings to match current docs and api (#35294) --- types/better-queue/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/better-queue/index.d.ts b/types/better-queue/index.d.ts index 69861c5132..c20ce8eaaa 100644 --- a/types/better-queue/index.d.ts +++ b/types/better-queue/index.d.ts @@ -78,6 +78,8 @@ declare namespace BetterQueue { | 'batch_finish' | 'batch_failed' | 'batch_progress' + | 'drain' + | 'empty' | 'error'; type TicketEvent =