UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 299 B
import { SharepointAccountLicense } from './SharepointAccountLicense'; /** Sharepoint account license per day */ export interface SharepointDailyLicense { /** */ accountLicense: SharepointAccountLicense[]; /** */ date: string; } //# sourceMappingURL=SharepointDailyLicense.d.ts.map