🤡 nothing to see here

This commit is contained in:
Tagaishi
2023-07-29 01:31:10 +02:00
parent a0052f88f4
commit 47c7e84d25

View File

@@ -42,7 +42,8 @@ export type IWidgetOptionValue = (
| IDraggableListInputValue | IDraggableListInputValue
| IDraggableEditableListInputValue<any> | IDraggableEditableListInputValue<any>
| IMultipleTextInputOptionValue | IMultipleTextInputOptionValue
| ILocationOptionValue) & CommonOptions; | ILocationOptionValue
) & CommonOptions;
// Interface for data type // Interface for data type
interface DataType { interface DataType {