Skip to content

Commit

Permalink
feat(api): export additional types from ProductSearchResult
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonlaurentino committed Dec 16, 2024
1 parent 0190f90 commit 9a97c6e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/api/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,10 @@ export const getSchema = async (options: Options) => {

export * from './platforms/vtex/resolvers/root'
export type { Resolver } from './platforms/vtex'

export type {
CommertialOffer,
Item,
ProductSearchResult,
Seller,
} from './platforms/vtex/clients/search/types/ProductSearchResult'

0 comments on commit 9a97c6e

Please sign in to comment.