mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
12 lines
206 B
TypeScript
12 lines
206 B
TypeScript
export enum ECommon_Services {
|
|
GateWay="gateway",
|
|
User="user",
|
|
Cooperation="cooperation",
|
|
File="file",
|
|
AUTH="auth"
|
|
}
|
|
|
|
export enum ECommon_Application_Deploy {
|
|
PLATFORM,
|
|
OFFLINE
|
|
} |