import type * as Merge from "../../../index"; /** * The account associated with the ticket. */ export type TicketAccount = string | Merge.ticketing.Account;