UNPKG

@themachinarium/google-merchant-feed

Version:
7 lines (6 loc) 150 B
import { Price } from "./price"; export type SubscriptionCost = { period: "month" | "year"; periodLength: number; amount: Price.Model; };