import { TicketPurchaseGroupVM } from './ticketPurchaseGroupVM'; export interface TicketPurchaseVM { eventId?: number; ticketGroups?: Array; can_update?: boolean; can_delete?: boolean; }