UNPKG

custom-chatbot-app

Version:

This is my custom chatbot package for BuyersEdge

6 lines (5 loc) 93 B
export interface ChatListT { text: string; isUser: boolean; timeStamp: string; }