node-steamcommunity/resources/EConfirmationType.js
2021-07-29 03:14:55 -04:00

15 lines
241 B
JavaScript

/* eslint-disable */
/**
* @enum EConfirmationType
*/
module.exports = {
// 1 is unknown, possibly "Invalid"
"Trade": 2,
"MarketListing": 3,
// 4 is opt-out or other like account confirmation?
"2": "Trade",
"3": "MarketListing"
};