Skip to content

Commit b28253a

Browse files
committed
docs: interfaces
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 42fa6f1 commit b28253a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Custom error classes and utilities.
2121
- [Types](#types)
2222
- [Data Transfer Objects](#data-transfer-objects)
2323
- [Enums](#enums)
24+
- [Interfaces](#interfaces)
2425
- [Contribute](#contribute)
2526

2627
## What is this?
@@ -73,6 +74,11 @@ This package is fully typed with [TypeScript][1].
7374
- [`StatusName`](src/enums/status-name.ts)
7475
- [`Status`](src/enums/status.ts)
7576

77+
### Interfaces
78+
79+
- [`ExceptionJSON`](src/interfaces/exception-json.ts)
80+
- [`HttpExceptionJSON`](src/interfaces/exception-json-http.ts)
81+
7682
## Contribute
7783

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

0 commit comments

Comments
 (0)