Appearance
type ChatUserMessage: { type: "user"; text: string; };
type: "user";
text: string;
types.ts:117