@allseated-registry/mailinator-client
Version:
Mailinator REST API client for JavaScript applications.
10 lines (9 loc) • 324 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MatchType = void 0;
var MatchType;
(function (MatchType) {
MatchType["ANY"] = "ANY";
MatchType["ALL"] = "ALL";
MatchType["ALWAYS_MATCH"] = "ALWAYS_MATCH";
})(MatchType = exports.MatchType || (exports.MatchType = {}));