type Event = { uuid: string; timestamp: number; type: string; payload: Record; }; export default Event;