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 42fa6f1 commit b28253aCopy full SHA for b28253a
README.md
@@ -21,6 +21,7 @@ Custom error classes and utilities.
21
- [Types](#types)
22
- [Data Transfer Objects](#data-transfer-objects)
23
- [Enums](#enums)
24
+ - [Interfaces](#interfaces)
25
- [Contribute](#contribute)
26
27
## What is this?
@@ -73,6 +74,11 @@ This package is fully typed with [TypeScript][1].
73
74
- [`StatusName`](src/enums/status-name.ts)
75
- [`Status`](src/enums/status.ts)
76
77
+### Interfaces
78
+
79
+- [`ExceptionJSON`](src/interfaces/exception-json.ts)
80
+- [`HttpExceptionJSON`](src/interfaces/exception-json-http.ts)
81
82
## Contribute
83
84
See [`CONTRIBUTING.md`](CONTRIBUTING.md).
0 commit comments