UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

6 lines (5 loc) 255 B
import { IMigrosNecessaryHeaders } from "../interfaces/headers"; export interface ISearchStoresOptions { query: string; } export declare function searchStores(searchStoresOptions: ISearchStoresOptions, headers: IMigrosNecessaryHeaders): Promise<any>;