The basic interface: ```typescript { type: string, timestamp: Date | number [K: string]: any } ```
The basic interface: