We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2509ac commit f7ffd32Copy full SHA for f7ffd32
src/index.ts
@@ -1,4 +1,4 @@
1
-export { JsonApiBody, JsonApiErrorBody, type JsonApiError } from "./body.js";
+export { JsonApiBody, JsonApiErrorBody, type JsonApiError, type TopLevelLinks } from "./body.js";
2
export type { Links, Link } from "./common.js";
3
export { jsonApiRequestMiddleware, jsonApiErrorMiddleware } from "./middleware.js";
4
export {
0 commit comments