Teamlinker/code/common/types.ts
2022-12-19 22:08:30 +08:00

7 lines
137 B
TypeScript

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