pepipost
Version:
Official nodejs library for sending email using web API v5
24 lines (17 loc) • 356 B
JavaScript
/**
* PepipostLib
*
* This file was automatically generated by APIMATIC v2.0 ( https://apimatic.io ).
*/
;
const TypeEnum = {
/**
* TODO: Write general description for this element
*/
AMP: 'amp',
/**
* TODO: Write general description for this element
*/
HTML: 'html',
};
module.exports = TypeEnum;