UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

3 lines (2 loc) 172 B
import { IAppDeviceSettings } from "../interfaces/device"; export declare function getAllNotifications(token: string, appDeviceSettings: IAppDeviceSettings): Promise<any>;