UNPKG

dewmyth-auth-nestjs-mongo

Version:

1. Install the package

6 lines (5 loc) 94 B
export class LoginUserResponse { email: string; token: string; tokenTTL: string; }