import type * as Merge from "../../../index"; /** * The credit note's contact. */ export type CreditNoteRequestContact = string | Merge.accounting.Contact;