UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 288 B
/** Authentication type */ export var LogAuthUserTypeEnum; (function (LogAuthUserTypeEnum) { LogAuthUserTypeEnum["ACCOUNT"] = "ACCOUNT"; LogAuthUserTypeEnum["PROVIDER"] = "PROVIDER"; LogAuthUserTypeEnum["USER"] = "USER"; })(LogAuthUserTypeEnum || (LogAuthUserTypeEnum = {}));