import type * as Merge from "../../../index"; /** * The subsidiary that the project belongs to. */ export type ProjectCompany = string | Merge.accounting.CompanyInfo;