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