import type * as Merge from "../../../index"; /** * The company the item belongs to. */ export type ItemRequestRequestCompany = string | Merge.accounting.CompanyInfo;