fix: correct operation type on chat patch

This commit is contained in:
Adhiraj Singh
2021-11-25 00:37:44 +05:30
parent efc7dffbeb
commit 7b42fa5a54
2 changed files with 10 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ export type WAPatchCreate = {
index: string[]
type: WAPatchName
apiVersion: number
operation: proto.SyncdMutation.SyncdMutationSyncdOperation
}
export type Chat = Omit<proto.IConversation, 'messages'> & {