UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

5 lines (4 loc) 166 B
export interface IAuthenticationOptions extends Record<string, any> { authorizationNotRequired: boolean; } export declare function getGuestToken(): Promise<any>;