import { EventTypes } from '@jealous-robot-dev/drophr-common'; export interface EventInPerformance { id: string; name: string; type: EventTypes; duration: number; picture: string; seances: { sid: string; duration: number; starts_at: number; }[]; }