UNPKG

vinmonopolet-ts

Version:

Extracts information on products, categories and stores from Vinmonopolet

4 lines (3 loc) 163 B
import PopulatedStore from "../../models/store/PopulatedStore"; declare const getStore: (store_id: string) => Promise<PopulatedStore>; export default getStore;