UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 334 B
/** Billing statistics line. */ export interface BillingStatisticsLine { /** Id of the Office license. */ licenceId: number; /** Name of the Office license. */ licenceName: string; /** Maximum count of simultaneous activated licences. */ peakCount: number; } //# sourceMappingURL=BillingStatisticsLine.d.ts.map