Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias ChatHistoryMessage
import { type ChatHistoryMessage } from "https://deno.land/x/fathym_atomic_chat@v0.0.41/src/organisms/ChatHistory.tsx";
definition: { Color: string; Content: string; Icon: JSX.Element; JustifyEnd?: boolean; Timestamp: Date; }