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