Skip to content

Commit f7ffd32

Browse files
committed
fix(index): export TopLevelLinks type
1 parent e2509ac commit f7ffd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { JsonApiBody, JsonApiErrorBody, type JsonApiError } from "./body.js";
1+
export { JsonApiBody, JsonApiErrorBody, type JsonApiError, type TopLevelLinks } from "./body.js";
22
export type { Links, Link } from "./common.js";
33
export { jsonApiRequestMiddleware, jsonApiErrorMiddleware } from "./middleware.js";
44
export {

0 commit comments

Comments
 (0)