UNPKG

@aige/core

Version:
6 lines (5 loc) 111 B
export default interface ChatMessage { from_player: boolean; content: string; timestamp: string; }