UNPKG

nest-phylax

Version:

Security library for NestJS

8 lines (7 loc) 147 B
export type PasswordLoginArgs = { email: string; password: string; config?: { generateRefreshToken?: boolean; }; };