export type ChatMessage = {
  key: string;

  [key: string]: any;
};
