steam-user
Version:
Steam client for Individual and AnonUser Steam account types
28 lines (24 loc) • 599 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 EWorkshopEnumerationType = {
"RankedByVote": 0,
"Recent": 1,
"Trending": 2,
"FavoriteOfFriends": 3,
"VotedByFriends": 4,
"ContentByFriends": 5,
"RecentFromFollowedUsers": 6,
// Value-to-name mapping for convenience
"0": "RankedByVote",
"1": "Recent",
"2": "Trending",
"3": "FavoriteOfFriends",
"4": "VotedByFriends",
"5": "ContentByFriends",
"6": "RecentFromFollowedUsers",
};
module.exports = EWorkshopEnumerationType;