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