Skip to content

Commit

Permalink
Merge pull request #65 from commercelayer/provisioning_types
Browse files Browse the repository at this point in the history
Add missing provisioning types
  • Loading branch information
acasazza authored Mar 18, 2024
2 parents 8e55add + c47495b commit e4ff16e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/js-auth/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ export type * from './types/authorizationCode.js'
export type * from './types/clientCredentials.js'
export type * from './types/password.js'
export type * from './types/refreshToken.js'

export type {
TProvisioningOptions,
TProvisioningReturn
} from './provisioning.js'
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e4ff16e

Please sign in to comment.