UNPKG

@themachinarium/google-merchant-feed

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