UNPKG

@htsoft/reactjs-hooks

Version:
10 lines (9 loc) 337 B
"use strict"; 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 = {}));