enum PromoCodeTeamOptions { TEAM_MARKETING = 'MARKETING', TEAM_OPERATIONS = 'OPERATION', } export default PromoCodeTeamOptions;