UNPKG

@tplc/business

Version:

24 lines (23 loc) 536 B
export interface ProductInfo { productImg: string productName: string address: string tags: string price: number priceSuffix: string addressIntro: string scoreAvg: number productType: string titleIcon: string distanceTips: string productTypeIcon: string searchResultTips: string link: { jumpUrl: string } productInfoId: string } export declare const getProductInfoFilteredPage: (params: { keywords?: string productTypeList?: string[] }) => Promise<import('../../action').IResData<ProductInfo[]>>