UNPKG

pepipost

Version:

Official nodejs library for sending email using web API v5

24 lines (17 loc) 356 B
/** * PepipostLib * * This file was automatically generated by APIMATIC v2.0 ( https://apimatic.io ). */ 'use strict'; const TypeEnum = { /** * TODO: Write general description for this element */ AMP: 'amp', /** * TODO: Write general description for this element */ HTML: 'html', }; module.exports = TypeEnum;