We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28253a commit 735d6a8Copy full SHA for 735d6a8
README.md
@@ -22,6 +22,7 @@ Custom error classes and utilities.
22
- [Data Transfer Objects](#data-transfer-objects)
23
- [Enums](#enums)
24
- [Interfaces](#interfaces)
25
+ - [Type Definitions](#type-definitions)
26
- [Contribute](#contribute)
27
28
## What is this?
@@ -79,6 +80,10 @@ This package is fully typed with [TypeScript][1].
79
80
- [`ExceptionJSON`](src/interfaces/exception-json.ts)
81
- [`HttpExceptionJSON`](src/interfaces/exception-json-http.ts)
82
83
+### Type Definitions
84
+
85
+- [`Errors`](src/types/errors.ts)
86
87
## Contribute
88
89
See [`CONTRIBUTING.md`](CONTRIBUTING.md).
0 commit comments