@atomist/automation-client
Version:
Atomist API for software low-level client
9 lines • 382 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Constant for "freeChoices" type. Indicates that valid input is any number of strings, without validation.
* Useful in accepting input from other systems that perform their own validation.
* Binds to string[].
*/
exports.FreeChoices = "freeChoices";
//# sourceMappingURL=automationMetadata.js.map