UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 288 B
import { AccountLicense } from './AccountLicense'; /** Exchange account license per day */ export interface DailyLicense { /** */ accountLicense: AccountLicense[]; /** */ date: string; /** */ outlookQuantity: number; } //# sourceMappingURL=DailyLicense.d.ts.map