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