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