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