Add name property to Message type
This commit is contained in:
@@ -2,6 +2,7 @@ import { create } from "zustand"
|
||||
|
||||
export type Message = {
|
||||
isBot: boolean
|
||||
name: string
|
||||
message: string
|
||||
sources: any[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user