UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

5 lines (4 loc) 139 B
import { getAllNotifications } from "./notifications"; export declare const app: { getAllNotifications: typeof getAllNotifications; };