Teamlinker/code/common/types.ts
sx1989827 efe535180b init
2023-04-24 20:00:49 +08:00

9 lines
178 B
TypeScript

export enum ECommon_Services {
GateWay="gateway",
User="user",
Cooperation="cooperation",
File="file",
AUTH="auth",
Wiki="wiki",
Calendar="calendar"
}