import type { ErrorReport } from "./ErrorReport"; /** * Function that sets an `error`. */ export type ErrorUpdater> = ( error: E | undefined, ) => void;