GroupedTaxItem$0: {
    taxRate?: number;
    taxValue?: number;
} & {
    [key: string]: any;
}

Type declaration

  • Optional taxRate?: number
  • Optional taxValue?: number

Type declaration

  • [key: string]: any