Skip to content

Commit 735d6a8

Browse files
committed
docs: types
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent b28253a commit 735d6a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Custom error classes and utilities.
2222
- [Data Transfer Objects](#data-transfer-objects)
2323
- [Enums](#enums)
2424
- [Interfaces](#interfaces)
25+
- [Type Definitions](#type-definitions)
2526
- [Contribute](#contribute)
2627

2728
## What is this?
@@ -79,6 +80,10 @@ This package is fully typed with [TypeScript][1].
7980
- [`ExceptionJSON`](src/interfaces/exception-json.ts)
8081
- [`HttpExceptionJSON`](src/interfaces/exception-json-http.ts)
8182

83+
### Type Definitions
84+
85+
- [`Errors`](src/types/errors.ts)
86+
8287
## Contribute
8388

8489
See [`CONTRIBUTING.md`](CONTRIBUTING.md).

0 commit comments

Comments
 (0)