UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (6 loc) 261 B
import { MsServicesSharepointLicenseEnum } from './MsServicesSharepointLicenseEnum.js'; type MsServicesSharepointAccountLicense = { license?: MsServicesSharepointLicenseEnum; licenseQuantity?: number; }; export { MsServicesSharepointAccountLicense };