@finapi/web-form
Version:
Library for integrating the finAPI Web Form
12 lines • 354 B
JavaScript
;
/* istanbul ignore file */
Object.defineProperty(exports, "__esModule", { value: true });
exports.InfoParam = void 0;
/**
* @internal
*/
var InfoParam;
(function (InfoParam) {
InfoParam["REDIRECT_COMPLETED"] = "redirect.completed";
})(InfoParam = exports.InfoParam || (exports.InfoParam = {}));
//# sourceMappingURL=props.types.js.map