import type * as Merge from "../../../index"; /** * The subsidiary that the tax rate belongs to (in the case of multi-entity systems). */ export type TaxRateCompany = string | Merge.accounting.CompanyInfo;