import type * as Merge from "../../../index"; /** * The ticket associated with the attachment. */ export type AttachmentTicket = string | Merge.ticketing.Ticket;