UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

7 lines (6 loc) 224 B
import { postProductSearch } from "./product-search"; import { categoryList } from "./category"; export declare const productSearch: { searchProduct: typeof postProductSearch; listCategories: typeof categoryList; };