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>; /** *