/** * Array of options. * * @type {Array<{ opzione: string, sezione: string }>} */ const OPZIONI = [ { opzione: 'DIVRIF', sezione: 'GLOBALE' } ]; export default OPZIONI;