const input = (await inquirer.prompt([{
                    choices: offers.map((o) => `[${o.price}€] ${o.description}`),
                    message: 'Select an offer',
                    name: 'offer',
                    type: 'list'