ErrorCallback type

Error 結果値のみを使用してコールバックを記述する型を定義します。

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