Update chatMessagePropsType in index.ts

This commit is contained in:
anovazzi1 2024-02-26 12:06:48 -03:00
commit 6bf320ba97

View file

@ -524,7 +524,7 @@ export type chatMessagePropsType = {
chat: ChatMessageType;
lockChat: boolean;
lastMessage: boolean;
updateChat: (
updateChat?: (
chat: ChatMessageType,
message: string,
stream_url: string | null