UNPKG

nestjs-auth-kit

Version:

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

4 lines (3 loc) 63 B
export declare class ForgotPasswordDto { email?: string; }