@themachinarium/google-merchant-feed
Version:
A simple library to generate Google Merchant XML Feed
20 lines (19 loc) • 853 B
TypeScript
export { AgeGroup } from "./age-group";
export { Availability } from "./availability";
export { Certification } from "./certification";
export { Condition } from "./condition";
export { DateRange } from "./date-range";
export { DimensionWithUnit } from "./dimension-with-unit";
export { EnergyEfficiencyClass } from "./energy-efficiency-class";
export { Gender } from "./gender";
export { Installment } from "./installment";
export { LoyaltyPoints } from "./loyalty-points";
export { Pause } from "./pause";
export { Price } from "./price";
export { ProductDetail } from "./product-detail";
export { Shipping } from "./shipping";
export { SubscriptionCost } from "./subscription-cost";
export { Tax } from "./tax";
export { ValueWithUnit } from "./value-with-unit";
export { WeightWithUnit } from "./weight-with-unit";
export { YesNo } from "./yes-no";