UNPKG

@vtex/vtexis-compatibility-layer

Version:

Compatibility layer between intelligent search and VTEX

5 lines (4 loc) 226 B
export declare const convertISProduct: (product: BiggySearchProduct, tradePolicy?: string | undefined, indexingType?: IndexingType | undefined) => SearchProduct & { [key: string]: any; cacheId?: string | undefined; };