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