UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

4 lines (3 loc) 251 B
import { IMigrosNecessaryHeaders } from "../interfaces/headers"; export type ICategoryListOptions = Record<string, any>; export declare function categoryList(headers: IMigrosNecessaryHeaders, categoryListOptions?: ICategoryListOptions): Promise<any>;