UNPKG

@themachinarium/google-merchant-feed

Version:
6 lines (5 loc) 109 B
import { Price } from "./price"; export type Installment = { months: number; amount: Price.Model; };