From d7db0a95b8806fab6e227656937e44c6048ce0c1 Mon Sep 17 00:00:00 2001 From: Cody Miller Date: Mon, 2 Oct 2023 20:36:13 -0400 Subject: [PATCH] fix: events type --- src/rest/types/projects.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rest/types/projects.ts b/src/rest/types/projects.ts index 02d3c772..a82d5161 100644 --- a/src/rest/types/projects.ts +++ b/src/rest/types/projects.ts @@ -221,7 +221,7 @@ export interface Webhook { /** * The events that this webhook is subscribed to */ - events: PossibleWebhookIDs; + events: PossibleWebhookIDs[]; /** * The ID of the webhook */