mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-04 04:34:30 +00:00
The current `CompletionCallback` type doesn't allow you to set `error: null`, which is required if you don't have an actual error. This change allows for that