@sourceloop/authentication-service / Exports / SignupWithTokenReponseDto
Class: SignupWithTokenReponseDto<T>¶
Type parameters¶
| Name |
|---|
T |
Hierarchy¶
-
CoreModel<SignupWithTokenReponseDto<T>>↳
SignupWithTokenReponseDto
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new SignupWithTokenReponseDto<T>(data?)
Type parameters¶
| Name |
|---|
T |
Parameters¶
| Name | Type |
|---|---|
data? |
Partial<SignupWithTokenReponseDto<T>> |
Inherited from¶
CoreModel< SignupWithTokenReponseDto<T> >.constructor
Defined in¶
packages/core/dist/models/core-model.d.ts:3
Properties¶
email¶
• email: string
Defined in¶
services/authentication-service/src/models/signup-with-token-response-dto.model.ts:16
user¶
• user: T
Defined in¶
services/authentication-service/src/models/signup-with-token-response-dto.model.ts:22