UNPKG

nestjs-auth-kit

Version:

A modular and flexible authentication kit for NestJS with JWT, social login, OTP, and password reset.

7 lines 179 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OtpDto = void 0; class OtpDto { } exports.OtpDto = OtpDto; //# sourceMappingURL=otp.dto.js.map