steam-user
Version:
Steam client for Individual and AnonUser Steam account types
22 lines (18 loc) • 407 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 EStreamInterface = {
"Default": 0,
"RecentGames": 1,
"BigPicture": 2,
"Desktop": 3,
// Value-to-name mapping for convenience
"0": "Default",
"1": "RecentGames",
"2": "BigPicture",
"3": "Desktop",
};
module.exports = EStreamInterface;