UNPKG

mailinator-client

Version:
9 lines (8 loc) 277 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 = ActionType = {}));