UNPKG

@smontero/ppp-common

Version:

Contains classes that are used by both the server and client apis

17 lines (16 loc) 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _default = { SMS: { display: 'SMS', value: 'SMS' }, EMAIL: { display: 'Email', value: 'EMAIL' } }; exports["default"] = _default;