bungie-net-core
Version:
An easy way to interact with the Bungie.net API
12 lines (11 loc) • 311 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DestinyVendorInteractionRewardSelection = void 0;
const DestinyVendorInteractionRewardSelection = {
None: 0,
One: 1,
All: 2
};
exports.DestinyVendorInteractionRewardSelection = DestinyVendorInteractionRewardSelection;