UNPKG

@etsoo/appscript

Version:

Applications shared TypeScript framework

14 lines (13 loc) 589 B
/** * User identifier type * 用户编号类型 */ export var UserIdentifierType; (function (UserIdentifierType) { UserIdentifierType[UserIdentifierType["Email"] = 1] = "Email"; UserIdentifierType[UserIdentifierType["Mobile"] = 2] = "Mobile"; UserIdentifierType[UserIdentifierType["Wechat"] = 3] = "Wechat"; UserIdentifierType[UserIdentifierType["Alipay"] = 4] = "Alipay"; UserIdentifierType[UserIdentifierType["Google"] = 5] = "Google"; UserIdentifierType[UserIdentifierType["Microsoft"] = 6] = "Microsoft"; })(UserIdentifierType || (UserIdentifierType = {}));