@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines (7 loc) • 367 B
JavaScript
/** Type of the remote mailbox */
export var ExchangeRemoteMailboxTypeEnum;
(function (ExchangeRemoteMailboxTypeEnum) {
ExchangeRemoteMailboxTypeEnum["equipment"] = "equipment";
ExchangeRemoteMailboxTypeEnum["regular"] = "regular";
ExchangeRemoteMailboxTypeEnum["room"] = "room";
})(ExchangeRemoteMailboxTypeEnum || (ExchangeRemoteMailboxTypeEnum = {}));