jan/web/types/conversation.d.ts
2023-11-16 22:57:28 +07:00

6 lines
101 B
TypeScript

export type ConversationState = {
hasMore: boolean
waitingForResponse: boolean
error?: Error
}