UNPKG

mailinator-client

Version:
9 lines (8 loc) 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ActionType = void 0; var ActionType; (function (ActionType) { ActionType["WEBHOOK"] = "WEBHOOK"; ActionType["DROP"] = "DROP"; })(ActionType = exports.ActionType || (exports.ActionType = {}));