Skip to content

Commit

Permalink
fix(index): export TopLevelLinks type
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed May 9, 2024
1 parent e2509ac commit f7ffd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { JsonApiBody, JsonApiErrorBody, type JsonApiError } from "./body.js";
export { JsonApiBody, JsonApiErrorBody, type JsonApiError, type TopLevelLinks } from "./body.js";
export type { Links, Link } from "./common.js";
export { jsonApiRequestMiddleware, jsonApiErrorMiddleware } from "./middleware.js";
export {
Expand Down

0 comments on commit f7ffd32

Please sign in to comment.