summaryrefslogtreecommitdiff
path: root/client/src/constants/userData.js
blob: f929e394c3fcbd5e33bc0b66515d16ab677860a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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: ''
  }
}