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