Skip to content

Commit

Permalink
Merge pull request #64 from RoadieHQ/export-types
Browse files Browse the repository at this point in the history
export the types from the roadie agent
  • Loading branch information
punkle authored Mar 21, 2024
2 parents 973251c + 663ff02 commit 3db2313
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/lemon-carpets-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@roadiehq/roadie-agent': patch
---

Export the typescript types and interfaces from the package.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './lib';
export * from './types'
export default undefined;

0 comments on commit 3db2313

Please sign in to comment.