import { MESSAGE_TYPES } from '../constants' export type MessageType = (typeof MESSAGE_TYPES)[keyof typeof MESSAGE_TYPES]