UNPKG

react-native-genesys-chat

Version:
7 lines (6 loc) 142 B
export interface Message { from: "human" | "companion" | "bot" | "unknown" | "values"; text: string; image?: string; type?: string; }