Teamlinker/code/common/types.ts
sx1989827 acc4281fb8 fix
2023-07-12 15:11:09 +08:00

25 lines
435 B
TypeScript

export enum ECommon_Services {
GateWay="gateway",
User="user",
Cooperation="cooperation",
File="file",
AUTH="auth",
Wiki="wiki",
Calendar="calendar",
Meeting="meeting",
Finder="finder",
Notification="notification",
Comment="comment"
}
export enum ECommon_User_Online_Status {
OFFLINE,
ONLINE,
BUSY,
MEETING
}
export enum ECommon_Application_Mode {
ONLINE,
OFFLINE
}