import { EventTypes } from "@jealous-robot-dev/drophr-common"; export interface MessengerEventShortcut { id: string; pic: string; name: string; rate: number; mention: string; type: EventTypes; is_saved: boolean; can_view: boolean; reviews: number; sessions: { sid: string; duration: number; starts_at: number; }[]; }