update lại thư mục cấu trúc mới của server nodejs và python
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
export type LabelData = {
|
||||
id: number;
|
||||
text: string;
|
||||
textKey: string;
|
||||
conversations: string[];
|
||||
color: string;
|
||||
offset: number;
|
||||
emoji: string;
|
||||
createTime: number;
|
||||
};
|
||||
Reference in New Issue
Block a user