UNPKG

nestjs-auth-kit

Version:

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

5 lines (4 loc) 70 B
export declare class OtpDto { email?: string; otp?: string; }