refactor(chat): reorganize helper functions and update imports
This commit is contained in:
@@ -10,7 +10,7 @@ import type { ChatEvent } from "@/stores/chat/chat-events";
|
||||
import type {
|
||||
UnlockMessageOutput as MachineUnlockMessageOutput,
|
||||
UnlockMessageRequest,
|
||||
} from "@/stores/chat/chat-machine.helpers";
|
||||
} from "@/stores/chat/helper/unlock";
|
||||
|
||||
export interface SendMessageHttpOutput {
|
||||
response: ChatSendResponse;
|
||||
|
||||
Reference in New Issue
Block a user