UNPKG

@brewww/authentication-service

Version:
11 lines 478 B
"use strict"; 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