Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias ChatHistoryProps
import { type ChatHistoryProps } from "https://deno.land/x/fathym_atomic_chat@v0.0.38/src/organisms/ChatHistory.tsx";
definition: { messages: ChatHistoryMessage[]; }