From d7f7889b0f6c38753b2152d4026a52fde30e405a Mon Sep 17 00:00:00 2001 From: Tomas Melone <60193559+tomimelo@users.noreply.github.com> Date: Sat, 19 Feb 2022 20:18:34 +0100 Subject: [PATCH] fix: Remove duplicate identifier (#1205) --- index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 0f14faf..7039752 100644 --- a/index.d.ts +++ b/index.d.ts @@ -446,7 +446,6 @@ declare namespace WAWebJS { LIST = 'list', LIST_RESPONSE = 'list_response', BUTTONS_RESPONSE = 'buttons_response', - PAYMENT = 'payment', BROADCAST_NOTIFICATION = 'broadcast_notification', CALL_LOG = 'call_log', CIPHERTEXT = 'ciphertext',