import type * as Merge from "../../../index"; /** * The note's owner. */ export type NoteOwner = string | Merge.crm.User;