@mojito-inc/core-service
Version:
Mojito Core API service for auction, payment, token
10 lines (8 loc) • 332 B
JavaScript
var TaxEstimateType;
(function (TaxEstimateType) {
TaxEstimateType["LIST_FOR_SALE"] = "ListForSale";
TaxEstimateType["BUY_NOW"] = "BuyNow";
TaxEstimateType["MAKE_OFFER"] = "MakeOffer";
TaxEstimateType["ACCEPT_OFFER"] = "AcceptOffer";
})(TaxEstimateType || (TaxEstimateType = {}));
export { TaxEstimateType };