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 {