@brewww/authentication-service
Version:
Authenticator service for Brew projects.
11 lines • 478 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SendOtpResult = void 0;
const openapi = require("@nestjs/swagger");
class SendOtpResult {
static _OPENAPI_METADATA_FACTORY() {
return { expiresAt: { required: true, type: () => Date }, isSent: { required: true, type: () => Boolean }, otpValue: { required: false, type: () => String } };
}
}
exports.SendOtpResult = SendOtpResult;
//# sourceMappingURL=send-otp-result.dto.js.map