@checkfirst/nestjs-outlook
Version:
An opinionated NestJS module for Microsoft Outlook integration that provides easy access to Microsoft Graph API for emails, calendars, and more.
13 lines • 487 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ShowAsType = void 0;
var ShowAsType;
(function (ShowAsType) {
ShowAsType["UNKNOWN"] = "unknown";
ShowAsType["FREE"] = "free";
ShowAsType["TENTATIVE"] = "tentative";
ShowAsType["BUSY"] = "busy";
ShowAsType["OOF"] = "oof";
ShowAsType["WORKING_ELSEWHERE"] = "workingElsewhere";
})(ShowAsType || (exports.ShowAsType = ShowAsType = {}));
//# sourceMappingURL=show-as-type.enum.js.map