[New Feature] Add more fields for edit profile

This commit is contained in:
Qolzam
2018-02-25 22:36:28 +07:00
parent 16ecaa33c6
commit 5fb4b4095f
9 changed files with 172 additions and 29 deletions

View File

@@ -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()