/** 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