steam-user
Version:
Steam client for Individual and AnonUser Steam account types
30 lines (26 loc) • 577 B
JavaScript
/* eslint-disable */
// Auto-generated by generate-enums script on Thu Feb 24 2022 03:38:38 GMT-0500 (Eastern Standard Time)
/**
* @enum
* @readonly
*/
const EActivationCodeClass = {
"WonCDKey": 0,
"ValveCDKey": 1,
"Doom3CDKey": 2,
"DBLookup": 3,
"Steam2010Key": 4,
"Max": 5,
"Test": 2147483647,
"Invalid": 4294967295,
// Value-to-name mapping for convenience
"0": "WonCDKey",
"1": "ValveCDKey",
"2": "Doom3CDKey",
"3": "DBLookup",
"4": "Steam2010Key",
"5": "Max",
"2147483647": "Test",
"4294967295": "Invalid",
};
module.exports = EActivationCodeClass;