export interface TotoMessage { timestamp: string; cid: string; id: string; type: string; msg: string; data: any; }