UNPKG

@etsoo/appscript

Version:

Applications shared TypeScript framework

13 lines (12 loc) 174 B
/** * User identifier type * 用户编号类型 */ export enum UserIdentifierType { Email = 1, Mobile = 2, Wechat = 3, Alipay = 4, Google = 5, Microsoft = 6 }