mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-05 04:49:44 +00:00
Add the possibility of unknown to the gender entity
This commit is contained in:
@@ -16,4 +16,5 @@ enum GenderEnum: string
|
||||
case MALE = 'man';
|
||||
case FEMALE = 'woman';
|
||||
case NEUTRAL = 'neutral';
|
||||
case UNKNOWN = 'unknown';
|
||||
}
|
||||
|
Reference in New Issue
Block a user