UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 225 B
/** Type of the remote mailbox */ export declare enum ExchangeRemoteMailboxTypeEnum { 'equipment' = "equipment", 'regular' = "regular", 'room' = "room" } //# sourceMappingURL=ExchangeRemoteMailboxTypeEnum.d.ts.map