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

6 lines
95 B
TypeScript

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