export interface TessituraPerformanceViewerProps {
  endpoint: string;
  performanceId: number;
  svg: string;
  viewFromSeat?: string;
  constituentId?: number;
  modeOfSaleId?: number;
}
