Add message history to TreeNode
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
export interface Message {
|
||||
value?: any | undefined
|
||||
length: number
|
||||
received: Date
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user