UNPKG

wnjk

Version:

两只蜗牛通用微服务脚本

18 lines (17 loc) 509 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NativeType = void 0; class OriginalInfo { constructor() { this.appCode = ""; this.nativeType = NativeType.PC; } } exports.default = OriginalInfo; var NativeType; (function (NativeType) { NativeType["PC"] = "PC"; NativeType["Android"] = "Android"; NativeType["Ios"] = "Ios"; NativeType["Web"] = "Web"; })(NativeType = exports.NativeType || (exports.NativeType = {}));