UNPKG

@themachinarium/google-merchant-feed

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