Skip to content

Commit 51afa6c

Browse files
committed
feat: export JSON:API types
1 parent 5b62aa3 commit 51afa6c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/index.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,11 @@ export {
2121
default as Schema
2222
} from './lib/schema'
2323

24+
export {
25+
JsonApiBody,
26+
JsonApiError,
27+
JsonApiIdentifier,
28+
JsonApiQueryParams,
29+
JsonApiResource
30+
} from './types/jsonapi.type'
31+

0 commit comments

Comments
 (0)