sunrise-cms/data/dataLists.js

21 lines
310 B
JavaScript

export const deathAgePeriods = [
'Years',
'Months',
'Days',
'Stillborn'
];
export const purchaserRelationships = [
'Spouse',
'Husband',
'Wife',
'Child',
'Parent',
'Sibling',
'Friend',
'Self'
];
export default {
deathAgePeriods,
purchaserRelationships
};