@htsoft/reactjs-hooks
Version:
NFT information hepler for ReactJS
10 lines (9 loc) • 337 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuctionType = void 0;
var AuctionType;
(function (AuctionType) {
AuctionType["NONE"] = "NONE";
AuctionType["PERPETUAL"] = "PERPETUAL";
AuctionType["RESERVE"] = "RESERVE";
})(AuctionType = exports.AuctionType || (exports.AuctionType = {}));