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