mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
5 lines
112 B
TypeScript
5 lines
112 B
TypeScript
export module connectionType {
|
|
export var none = 0;
|
|
export var wifi = 1;
|
|
export var mobile = 2;
|
|
} |