@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
12 lines • 415 B
TypeScript
/** License usage statistics line. */
export interface StatisticsLine {
/** Count of activated licenses at the end of the day. */
endOfDayCount: number;
/** Id of the Office license. */
licenceId: number;
/** Name of the Office license. */
licenceName: string;
/** Maximum count of simultaneous activated licences. */
peakCount: number;
}
//# sourceMappingURL=StatisticsLine.d.ts.map