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