@mojito-inc/core-service
Version:
Mojito Core API service for auction, payment, token
13 lines (11 loc) • 621 B
JavaScript
;
exports.SavedNFTFilterInput = void 0;
(function (SavedNFTFilterInput) {
SavedNFTFilterInput["RECENTLY_LISTED"] = "recently_listed";
SavedNFTFilterInput["RECENTLY_MINTED"] = "recently_minted";
SavedNFTFilterInput["INITIALLY_MINTED"] = "initially_minted";
SavedNFTFilterInput["PRICE_LOW_TO_HIGH"] = "price_low_to_high";
SavedNFTFilterInput["PRICE_HIGH_TO_LOW"] = "price_high_to_low";
SavedNFTFilterInput["MOST_SAVED"] = "most_saved";
SavedNFTFilterInput["PURCHASED_FROM_ORG"] = "purchased_from_org";
})(exports.SavedNFTFilterInput || (exports.SavedNFTFilterInput = {}));