UNPKG

dewmyth-auth-nestjs-mongo

Version:

1. Install the package

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