Skip to content

Commit

Permalink
export type
Browse files Browse the repository at this point in the history
  • Loading branch information
ohad.r committed Aug 14, 2024
1 parent 8a78cf3 commit 49746b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ export * from './interfaces/authentication-user'
export * from './interfaces/repository/authentication-account-repository'
export * from './interfaces/mail-sender'

export * from './web/user-action-controller'
export * from './web/user-action-controller'

export * from './in-mem-impl'

Check failure on line 14 in src/index.ts

View workflow job for this annotation

GitHub Actions / build (16.x)

Cannot find module './in-mem-impl' or its corresponding type declarations.

Check failure on line 14 in src/index.ts

View workflow job for this annotation

GitHub Actions / build (18.x)

Cannot find module './in-mem-impl' or its corresponding type declarations.

0 comments on commit 49746b9

Please sign in to comment.