Add updateChat function to chatMessagePropsType
This commit is contained in:
parent
e3c5112899
commit
1c36202374
1 changed files with 5 additions and 0 deletions
|
|
@ -524,6 +524,11 @@ export type chatMessagePropsType = {
|
|||
chat: ChatMessageType;
|
||||
lockChat: boolean;
|
||||
lastMessage: boolean;
|
||||
updateChat: (
|
||||
chat: ChatMessageType,
|
||||
message: string,
|
||||
stream_url: string | null
|
||||
) => void;
|
||||
};
|
||||
|
||||
export type formModalPropsType = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue