UNPKG

vinmonopolet-ts

Version:

Extracts information on products, categories and stores from Vinmonopolet

4 lines (3 loc) 196 B
import { IGetStoreDTO } from "../../retrievers/getStore/types"; import PopulatedStore from "./PopulatedStore"; export declare function toPopulatedStore(storeDTO: IGetStoreDTO): PopulatedStore;