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