From bf00b33c89ac3778b2f87921e3faee3c5aa34d7e Mon Sep 17 00:00:00 2001 From: Vinicius Alberkovics Date: Mon, 27 May 2024 17:41:18 -0300 Subject: [PATCH] chore(webhook.d.ts): adjust return type of query method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correção da tipagem do metodo query do webhook --- types/webhook/webhook.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/webhook/webhook.d.ts b/types/webhook/webhook.d.ts index eb114f15..d0d584ea 100644 --- a/types/webhook/webhook.d.ts +++ b/types/webhook/webhook.d.ts @@ -104,7 +104,7 @@ declare module 'starkbank' { export function query(params?: { limit?: number | null, user?: Project | Organization | null - }): Promise; + }): Promise>; /** *