Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias ChatHistoryMessage
import { type ChatHistoryMessage } from "https://deno.land/x/fathym_atomic_chat@v0.0.33/src/organisms/ChatHistory.tsx";
definition: { Color: string; Content: string; Icon: JSX.Element; JustifyEnd?: boolean; Timestamp: Date; }