Skip to content

Commit

Permalink
fix: export FrontenggError correctly (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejsevcik authored Jul 24, 2024
1 parent e9f2e22 commit 5d96fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export {
FronteggError,
FronteggOAuthClient,
type FronteggUserData,
type FronteggError,
type GetFronteggTokenResponse,
type GetFronteggUserDataResponse,
} from './frontegg-oauth-client'

0 comments on commit 5d96fb8

Please sign in to comment.