Skip to content

Commit

Permalink
specify type export in armory-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptroger committed Oct 11, 2024
1 parent 33d7865 commit f4d9811
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/armory-sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export * from './lib/shared/promise'
export * from './lib/types'
export * from './lib/vault'

export { AuthorizationResponseDtoStatusEnum, CreateClientResponseDto } from './lib/http/client/auth'
export { ClientDto, WalletDto } from './lib/http/client/vault'
export { Signer } from './lib/shared/type'
export { resourceId } from './lib/utils'
export type { AuthorizationResponseDtoStatusEnum, CreateClientResponseDto } from './lib/http/client/auth'
export type { ClientDto, WalletDto } from './lib/http/client/vault'
export type { Signer } from './lib/shared/type'
export type { resourceId } from './lib/utils'

export type { Jwk, PrivateKey, PublicKey, RsaPublicKey } from '@narval/signature'

Expand Down

0 comments on commit f4d9811

Please sign in to comment.