Dela via


ErrorCallback type

Definierar typ som beskriver återanrop med endast felresultatvärde.

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