const state= [
{
name: '',
lastName: '',
nestedObj: [
{
field: ''
anotherField: {
a,
b,
c,
d
}
}
]
}
]