ErrorCallback type

Definisce il tipo che descrive il callback con solo valore risultato errore.

type ErrorCallback = (error?: Error) => void