From 47c7e84d2581aabd519ec31556387674dbb8e290 Mon Sep 17 00:00:00 2001 From: Tagaishi Date: Sat, 29 Jul 2023 01:31:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=A1=20nothing=20to=20see=20here?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widgets/widgets.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/widgets/widgets.ts b/src/widgets/widgets.ts index f91e684f8..249614d16 100644 --- a/src/widgets/widgets.ts +++ b/src/widgets/widgets.ts @@ -42,7 +42,8 @@ export type IWidgetOptionValue = ( | IDraggableListInputValue | IDraggableEditableListInputValue | IMultipleTextInputOptionValue - | ILocationOptionValue) & CommonOptions; + | ILocationOptionValue +) & CommonOptions; // Interface for data type interface DataType {