/** * List of admin email addresses * @type {string[]} */ const adminEmail = ["allan@imex.prod", "dave@imex.prod"]; module.exports = adminEmail;