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