feat: add folder color
This commit is contained in:
@@ -1310,7 +1310,8 @@ export interface Chat{
|
||||
export interface ChatFolder{
|
||||
id:string
|
||||
name?:string
|
||||
color?:number
|
||||
color?:string
|
||||
icon?:string
|
||||
folded:boolean
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user