UNPKG

@themachinarium/google-merchant-feed

Version:
11 lines (9 loc) 195 B
import { YesNo } from "./yes-no"; export type Tax = { rate?: number; country?: string; postalCode?: string; taxShip?: YesNo.Model | boolean; region?: string; locationId?: string; };