steam-user
Version:
Steam client for Individual and AnonUser Steam account types
32 lines (28 loc) • 539 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 ERemoteStoragePlatform = {
"None": 0,
"Windows": 1,
"OSX": 2,
"PS3": 4,
"Linux": 8,
"Switch": 16,
"Android": 32,
"IPhoneOS": 64,
"All": -1,
// Value-to-name mapping for convenience
"0": "None",
"1": "Windows",
"2": "OSX",
"4": "PS3",
"8": "Linux",
"16": "Switch",
"32": "Android",
"64": "IPhoneOS",
"-1": "All",
};
module.exports = ERemoteStoragePlatform;