import type * as Merge from "../../../index"; /** * The contact associated with the ticket. */ export type TicketContact = string | Merge.ticketing.Contact;