UNPKG

382 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3/**
4 * Constant for "freeChoices" type. Indicates that valid input is any number of strings, without validation.
5 * Useful in accepting input from other systems that perform their own validation.
6 * Binds to string[].
7 */
8exports.FreeChoices = "freeChoices";
9//# sourceMappingURL=automationMetadata.js.map
\No newline at end of file