UNPKG

@themachinarium/google-merchant-feed

Version:
15 lines (13 loc) 300 B
import { Price } from "./price"; export namespace Shipping { export type Model = { country: string; region?: string; service?: string; price?: Price.Model; minHandlingTime?: number; maxHandlingTime?: number; minTransitTime?: number; maxTransitTime?: number; }; }