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 SortEnum = {
/**
* TODO: Write general description for this element
*/
ASC: 'asc',
/**
* TODO: Write general description for this element
*/
DESC: 'desc',
};
module.exports = SortEnum;