import type * as Merge from "../../../index"; /** * The ticket's parent ticket. */ export type TicketParentTicket = string | Merge.ticketing.Ticket;