type Message = { type: string, text: string }; export { Message };