[New Feature] Add more fields for edit profile
This commit is contained in:
@@ -7,7 +7,11 @@ export class Profile extends BaseDomain {
|
||||
public banner: string,
|
||||
public tagLine: string,
|
||||
public creationDate: number,
|
||||
public email?: string | null
|
||||
public email?: string | null,
|
||||
public birthday?: number,
|
||||
public webUrl?: string,
|
||||
public companyName?: string,
|
||||
public twitterId?: string
|
||||
) {
|
||||
super()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user