diff options
Diffstat (limited to 'client/src/constants/userData.js')
-rw-r--r-- | client/src/constants/userData.js | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/client/src/constants/userData.js b/client/src/constants/userData.js new file mode 100644 index 0000000..f929e39 --- /dev/null +++ b/client/src/constants/userData.js @@ -0,0 +1,25 @@ +export const initialUserData = { + indianResident: '', + name: '', + gender: '', + dob: '', + mobile: '', + email: '', + address: { + houseNo: '', + street: '', + locality: '', + landmark: '', + village: '', + district: '', + state: '', + postOffice: '', + pincode: '' + }, + photo: '', + documents: { + POI: '', + POA: '', + DOB: '' + } +} |