interface ChatState {
    messages: ChatResponse[];
}

Properties

Properties

messages: ChatResponse[]