UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 288 B
import { SharepointLicenseEnum } from './SharepointLicenseEnum'; /** Sharepoint account license */ export interface SharepointAccountLicense { /** */ license: SharepointLicenseEnum; /** */ licenseQuantity: number; } //# sourceMappingURL=SharepointAccountLicense.d.ts.map