export const TYPE_OPTIONS = [ { label: 'Individual', key: 'individual', info: 'In an Individual Event, each participant receives their own unique score based on their performance.', }, { label: 'Team', key: 'team', info: 'Team Events are completed by a group of individuals working collaboratively. One score is given for the team.', }, ]