Skip to content

Commit

Permalink
fix: type exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhaticus committed Nov 24, 2024
1 parent 6bfd85d commit 0097117
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
export * from './json';
export * from './utils';
export * from './attributesObject';
export * from './errorObject';
export * from './jsonApiObject';
export * from './link';
export * from './linkObject';
export * from './linksObject';
export * from './metaObject';
export * from './relationshipsObject';
export * from './relationshipObject';
export * from './resourceObject';
export * from './errorObject';
export * from './topLevelObject';
export * from './paginationLinks';
export * from './relationshipObject';
export * from './relationshipsObject';
export * from './resourceIdentifierObject';
export * from './resourceLinkage';
export * from './resourceObject';
export * from './topLevelObject';
2 changes: 2 additions & 0 deletions src/types/utils/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from './nonArray';
export * from './satisfies';

0 comments on commit 0097117

Please sign in to comment.