Make birthday optional
This commit is contained in:
parent
cc1696a429
commit
dd39ece408
@ -9,7 +9,7 @@ type Profile {
|
||||
id: string;
|
||||
name: string;
|
||||
username: string;
|
||||
birthday: int;
|
||||
birthday?: int;
|
||||
gender: Gender;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user