UNPKG

nylas

Version:

A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.

14 lines (13 loc) 399 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WhenType = void 0; /** * Enum representing the different types of when objects. */ var WhenType; (function (WhenType) { WhenType["Time"] = "time"; WhenType["Timespan"] = "timespan"; WhenType["Date"] = "date"; WhenType["Datespan"] = "datespan"; })(WhenType || (exports.WhenType = WhenType = {}));