diff --git a/src/types.ts b/src/types.ts index 957c761..1e7c789 100644 --- a/src/types.ts +++ b/src/types.ts @@ -57,7 +57,8 @@ export interface AppExtension { export interface AppWebhook { name: string; - events?: WebhookEvent[]; + asyncEvents?: WebhookEvent[]; + syncEvents?: WebhookEvent[]; query: string; targetUrl: string; isActive?: boolean;