UNPKG

vinmonopolet-ts

Version:

Extracts information on products, categories and stores from Vinmonopolet

12 lines (11 loc) 247 B
declare class RawMaterial { id: string; name: string; percentage: number | null; constructor({ id, name, percentage }: { id: any; name: any; percentage: any; }); } export default RawMaterial;