Skip to content

Commit

Permalink
feat(jobs): Expose types (#11369)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe authored Aug 24, 2024
1 parent e8867e8 commit c6c6bfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/jobs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ export { Worker } from './core/Worker.js'

export { BaseAdapter } from './adapters/BaseAdapter/BaseAdapter.js'
export { PrismaAdapter } from './adapters/PrismaAdapter/PrismaAdapter.js'

export type * from './types.js'

0 comments on commit c6c6bfc

Please sign in to comment.