UNPKG
dewmyth-auth-nestjs-mongo
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
1. Install the package
dewmyth-auth-nestjs-mongo
/
src
/
auth
/
types
/
login-user-response.type.ts
6 lines
(5 loc)
•
94 B
text/typescript
View Raw
1
2
3
4
5
6
export
class
LoginUserResponse
{ email: string; token: string; tokenTTL: string; }