UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

15 lines 576 B
import { CountryEnum } from './CountryEnum'; /** Office user */ export interface OfficeUserNativeUpdate { /** Email used to activate Microsoft Office */ activationEmail: string; /** Whether or not this user slot will be resigned at the next renew period */ deleteAtExpiration: boolean; /** User's first name */ firstName: string; /** User's last name */ lastName: string; /** ISO 3166-1 alpha-2 country code where the user is using Office365 services */ usageLocation: CountryEnum; } //# sourceMappingURL=OfficeUserNativeUpdate.d.ts.map