export interface TaxReqItem { unitPrice: number; sku: string; quantity: number; }