update lại thư mục cấu trúc mới của server nodejs và python
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
'use strict';
|
||||
|
||||
exports.BoardType = void 0;
|
||||
(function (BoardType) {
|
||||
BoardType[BoardType["Note"] = 1] = "Note";
|
||||
BoardType[BoardType["PinnedMessage"] = 2] = "PinnedMessage";
|
||||
BoardType[BoardType["Poll"] = 3] = "Poll";
|
||||
})(exports.BoardType || (exports.BoardType = {}));
|
||||
Reference in New Issue
Block a user