chatbot-template/lib/types.ts

2 lines
68 B
TypeScript
Raw Normal View History

export type DataPart = { type: 'append-message'; message: string };