From fa029db012cc011e82eead48e327865870f17b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20B=C3=B6hler?= Date: Thu, 16 May 2024 10:05:49 +0200 Subject: [PATCH] Update index.d.ts --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 877c434..16e5718 100644 --- a/index.d.ts +++ b/index.d.ts @@ -83,6 +83,7 @@ export namespace Gleap { name: string; description: string; response: string; + executionType: 'button' | 'auto'; parameters: { name: string; description: string;