Teamlinker/code/common/types.ts
sx1989827 ae4fdcc4ab add
2021-12-06 22:45:28 +08:00

6 lines
119 B
TypeScript

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