UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

7 lines (6 loc) 201 B
import { getGuestToken } from "./guest-token"; import { getUserInfo } from "./userinfo"; export declare const oauth2: { getUserInfo: typeof getUserInfo; getGuestToken: typeof getGuestToken; };