UNPKG

nylas

Version:

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

10 lines (9 loc) 310 B
/** * Enum representing the type of credential */ export var CredentialType; (function (CredentialType) { CredentialType["ADMINCONSENT"] = "adminconsent"; CredentialType["SERVICEACCOUNT"] = "serviceaccount"; CredentialType["CONNECTOR"] = "connector"; })(CredentialType || (CredentialType = {}));