UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

3 lines (2 loc) 142 B
import { ILoginCookies } from "../interfaces/cookies"; export declare function getCumulusServicesSmall(cookies: ILoginCookies): Promise<any>;