chatbot-template/lib/types.ts

1 line
68 B
TypeScript

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