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