UNPKG

pepipost

Version:

Official nodejs library for sending email using web API v5

24 lines (17 loc) 378 B
/** * PepipostLib * * This file was automatically generated by APIMATIC v2.0 ( https://apimatic.io ). */ 'use strict'; const ActionEnum = { /** * TODO: Write general description for this element */ INCREASE: 'increase', /** * TODO: Write general description for this element */ DECREASE: 'decrease', }; module.exports = ActionEnum;