UNPKG

bitcitawebfront-library

Version:

Angular CLI project used by other Angular projects in the bitcita web project.<br />

11 lines 363 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var CaptchaResponse = /** @class */ (function () { function CaptchaResponse(valido, jwt) { this.valido = valido; this.jwt = jwt; } return CaptchaResponse; }()); exports.CaptchaResponse = CaptchaResponse; //# sourceMappingURL=captcha-response.js.map