@skedulo/mex-types 1.28.3 → 1.28.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/MexDefs.d.ts +1 -1
- package/package.json +1 -1
package/dist/common/MexDefs.d.ts
CHANGED
|
@@ -76,7 +76,7 @@ type MexBaseMetadata = {
|
|
|
76
76
|
* label: 'Multiple form submission',
|
|
77
77
|
* value: 'multiple-submission',
|
|
78
78
|
* description: 'Users can submit multiple responses, however cannot edit or review their responses'}]
|
|
79
|
-
* @dataType
|
|
79
|
+
* @dataType radio-input
|
|
80
80
|
*/
|
|
81
81
|
submissionOption?: string;
|
|
82
82
|
[key: string]: any;
|