UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (7 loc) 309 B
import { MsServicesSharepointAccountLicense } from './MsServicesSharepointAccountLicense.js'; import './MsServicesSharepointLicenseEnum.js'; type MsServicesSharepointDailyLicense = { accountLicense?: MsServicesSharepointAccountLicense[]; date?: Date; }; export { MsServicesSharepointDailyLicense };