UNPKG

@sap/adp-common

Version:
9 lines 378 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InputChoice = void 0; var InputChoice; (function (InputChoice) { InputChoice["ENTER_MANUALLY"] = "Enter manually"; InputChoice["CHOOSE_FROM_EXISTING"] = "Choose from existing"; })(InputChoice = exports.InputChoice || (exports.InputChoice = {})); //# sourceMappingURL=InputChoice.js.map