ADD person.birth
This commit is contained in:
parent
470e55b871
commit
dc04a6d789
@ -5,6 +5,10 @@ module.exports = {
|
||||
last: 'Doe',
|
||||
},
|
||||
position: 'Software Developer',
|
||||
birth: {
|
||||
year: 1990,
|
||||
location: 'New York'
|
||||
},
|
||||
experience: [{
|
||||
company: 'Company A',
|
||||
position: 'Developer',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user