export class LoginUserResponse {
  email: string;
  token: string;
  tokenTTL: string;
}
