Skip to content

Commit

Permalink
Add birthday and gender to IProfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hiphapis committed Jul 15, 2020
1 parent 7eee20c commit 200eeaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ export interface IProfile {
is_email_verified: boolean | null;
is_kakaotalk_user: boolean | null;
has_signed_up: boolean | null;
birthday: string | null;
gender: string | null;
}

/**
Expand Down

0 comments on commit 200eeaf

Please sign in to comment.