Skip to content

Commit

Permalink
feat(browser): export js core types from browser SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
charIeszhao committed Mar 2, 2022
1 parent 54ef7be commit 325cfdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/browser/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import {
buildRefreshTokenKey,
} from './utils';

export type { IdTokenClaims, UserInfoResponse } from '@logto/js';
export * from './errors';

export type LogtoConfig = {
Expand Down

0 comments on commit 325cfdf

Please sign in to comment.