UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

7 lines (6 loc) 299 B
import { IMigrosNecessaryHeaders } from "../interfaces/headers"; export interface IProductSupplyOptions { pids: string; costCenterIds: string | string[]; } export declare function getProductSupply(productSupplyOptions: IProductSupplyOptions, headers: IMigrosNecessaryHeaders): Promise<any>;