UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 240 B
/** Exchange 2013 service */ export interface ExchangeAccountService { /** */ domain: string; /** */ exchangeService: string; /** */ organizationName: string; } //# sourceMappingURL=ExchangeAccountService.d.ts.map