Skip to content

Commit

Permalink
fix: Export SeamMultiWorkspace
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Apr 26, 2024
1 parent aeb47fc commit 0518dcd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { SeamHttp as Seam } from '@seamapi/http/connect'
import { SeamHttp as Seam, SeamHttpMultiWorkspace as SeamMultiWorkspace, type SeamHttpOptions as SeamOptions, type SeamHttpMultiWorkspaceOptions as SeamMultiWorkspaceOptions } from '@seamapi/http/connect'

export * from '@seamapi/http/connect'
export type * from '@seamapi/types/connect'
export * from '@seamapi/webhook'
export { Seam }
export { Seam, SeamMultiWorkspace }
export type { SeamOptions, SeamMultiWorkspaceOptions }

0 comments on commit 0518dcd

Please sign in to comment.