UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

12 lines (11 loc) 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyVendorItemRefundPolicy = void 0; const DestinyVendorItemRefundPolicy = { NotRefundable: 0, DeletesItem: 1, RevokesLicense: 2 }; exports.DestinyVendorItemRefundPolicy = DestinyVendorItemRefundPolicy;