pepipost
Version:
Official nodejs library for sending email using web API v5
29 lines (21 loc) • 465 B
JavaScript
/**
* PepipostLib
*
* This file was automatically generated by APIMATIC v2.0 ( https://apimatic.io ).
*/
;
const AggregatedByEnum = {
/**
* TODO: Write general description for this element
*/
DAY: 'day',
/**
* TODO: Write general description for this element
*/
WEEK: 'week',
/**
* TODO: Write general description for this element
*/
MONTH: 'month',
};
module.exports = AggregatedByEnum;