export type Message = { topic: string; clock: number; parents: string[]; payload: Payload; };