UNPKG

nylas

Version:

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

9 lines (8 loc) 263 B
/** * Enum representing the type of free/busy information returned for a calendar. */ export var FreeBusyType; (function (FreeBusyType) { FreeBusyType["FREE_BUSY"] = "free_busy"; FreeBusyType["ERROR"] = "error"; })(FreeBusyType || (FreeBusyType = {}));