From 7d025eeb0a4a4ff3ba3d621dd05a2f1a7f7d0b43 Mon Sep 17 00:00:00 2001 From: Nicolas Moreau Date: Tue, 5 Nov 2024 15:42:24 +0100 Subject: [PATCH] fix: remove extraneous prop --- types/index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index 571eafa2..3680dbe2 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -339,7 +339,6 @@ export interface SmartActionOptions { endpoint?: string; httpMethod?: string; hooks?: SmartActionHooks; - description?: string; submitButtonLabel?: string, description?: string, }