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